diff options
Diffstat (limited to 'net-im/gaim/Makefile')
-rw-r--r-- | net-im/gaim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index bc4debe..9a858ed 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/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}!="" |