summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-22 08:04:39 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-22 08:04:39 +0000
commit246c81aa1ab6468779b3daa24c008f36b2248ed3 (patch)
treebf4638a70bdc6e7d633f7479b4932c163041d34e /app-emulation/fuse
parenthppa support (diff)
downloadgentoo-2-246c81aa1ab6468779b3daa24c008f36b2248ed3.tar.gz
gentoo-2-246c81aa1ab6468779b3daa24c008f36b2248ed3.tar.bz2
gentoo-2-246c81aa1ab6468779b3daa24c008f36b2248ed3.zip
lets actually use guiflag
Diffstat (limited to 'app-emulation/fuse')
-rw-r--r--app-emulation/fuse/fuse-0.6.1.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/fuse/fuse-0.6.1.1.ebuild b/app-emulation/fuse/fuse-0.6.1.1.ebuild
index b81ec0f2cf57..67954b6c2917 100644
--- a/app-emulation/fuse/fuse-0.6.1.1.ebuild
+++ b/app-emulation/fuse/fuse-0.6.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.1.1.ebuild,v 1.3 2003/11/21 06:40:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.1.1.ebuild,v 1.4 2003/11/22 08:04:39 vapier Exp $
DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall"
HOMEPAGE="http://www.srcf.ucam.org/~pak21/spectrum/fuse.html"
@@ -54,6 +54,7 @@ src_compile() {
`use_with gtk` \
`use_with gtk2` \
`use_with libdsk plus3-disk` \
+ ${guiflag} \
|| die
emake || die
}