diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-21 12:13:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-21 12:13:59 +0800 |
commit | 504a47b8c1c0a442a3253c957676dd6d1af21f0e (patch) | |
tree | 24f39ac32e62620c9c2872618894f7dd172d9e09 /net/gaim-snapshot/Makefile | |
parent | af9bbcd2979abd2aae9aee9404c7d41e53857d13 (diff) | |
download | freebsd-ports-gnome-504a47b8c1c0a442a3253c957676dd6d1af21f0e.tar.gz freebsd-ports-gnome-504a47b8c1c0a442a3253c957676dd6d1af21f0e.tar.zst freebsd-ports-gnome-504a47b8c1c0a442a3253c957676dd6d1af21f0e.zip |
Fix the plist in the case where esound support is built without libpanel
support.
Reported by: kdulzo@sockpuppet.org
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index bc4debe3ecb6..9a858edde58a 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -43,8 +43,10 @@ USE_GNOME+= libpanel RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell CONFIGURE_ARGS+= --enable-panel PKGNAMESUFFIX= -gnome +PLIST_SUB+= PANEL:="" NOPANEL:="@comment " .else CONFIGURE_ARGS+= --disable-gnome +PLIST_SUB+= PANEL:="@comment " NOPANEL:="" .endif .if ${HAVE_GNOME:Mesound}!="" |