summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-11-26 05:06:26 +0000
committerJim Mock <jim@FreeBSD.org>2000-11-26 05:06:26 +0000
commitd45be7cfe8639937c7fc103dc8a078cd97fef9ee (patch)
treeabead6c7b61bd29fadff67d470760a4e67b717a0 /net-im
parent"ROX-Filer is a simple and easy to use graphical file manager for X11." (diff)
Fix the configure args so that GNOME and ESD are both properly detected.
Submitted by: Joe Clarke <marcus@jclarke-isdn4.cisco.com>
Notes
Notes: svn path=/head/; revision=35429
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index 033d7f3fb05b..2cde1d730780 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -31,13 +31,12 @@ MAN1= gaim.1
.if defined(HAVE_GNOME)
USE_GNOME= yes
-CONFIGURE_ARGS+= --enable-gnome --enable-panel
+CONFIGURE_ARGS+= --enable-panel
.else
CONFIGURE_ARGS+= --disable-gnome
.endif
.if defined(HAVE_ESOUND)
USE_ESOUND= yes
-CONFIGURE_ARGS+= --enable-esd
.else
CONFIGURE_ARGS+= --disable-esd
.endif