aboutsummaryrefslogtreecommitdiffstats
path: root/net/gaim-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'net/gaim-snapshot')
-rw-r--r--net/gaim-snapshot/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile
index 033d7f3fb05b..2cde1d730780 100644
--- a/net/gaim-snapshot/Makefile
+++ b/net/gaim-snapshot/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