diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-11-26 05:06:26 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-11-26 05:06:26 +0000 |
commit | d45be7cfe8639937c7fc103dc8a078cd97fef9ee (patch) | |
tree | abead6c7b61bd29fadff67d470760a4e67b717a0 /net/gaim-snapshot | |
parent | 47a25f698351034c1e029e3f308fe6ffd575c867 (diff) | |
download | freebsd-ports-d45be7cfe8639937c7fc103dc8a078cd97fef9ee.zip |
Fix the configure args so that GNOME and ESD are both properly detected.
Submitted by: Joe Clarke <marcus@jclarke-isdn4.cisco.com>
Diffstat (limited to 'net/gaim-snapshot')
-rw-r--r-- | net/gaim-snapshot/Makefile | 3 |
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 |