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 | |
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/gaim')
-rw-r--r-- | net/gaim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 033d7f3fb05b..2cde1d730780 100644 --- a/net/gaim/Makefile +++ b/net/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 |