diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 20afa41953dc..b7e70ce7aae1 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -29,13 +29,14 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gaim.1 -.include <bsd.port.pre.mk> - .if !defined(WITHOUT_GDK_PIXBUF) # Note, gdk-pixbuf is needed for buddy icon support. USE_GNOME+= gdkpixbuf .endif -.if ${HAVE_GNOME:Mlibpanel} != "" + +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mlibpanel}!= "" USE_GNOME+= libpanel RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell CONFIGURE_ARGS+= --enable-panel |