diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-29 01:49:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-29 01:49:26 +0800 |
commit | 210c1d5ed3a3e2921976172c0a7da87973a5178f (patch) | |
tree | f8cc08f8688068a3964eaa2ca33f16d6a71c6ce2 /net/gaim | |
parent | 94122c8cbebc866c4f8c878b474d17d13b7bba17 (diff) | |
download | freebsd-ports-gnome-210c1d5ed3a3e2921976172c0a7da87973a5178f.tar.gz freebsd-ports-gnome-210c1d5ed3a3e2921976172c0a7da87973a5178f.tar.zst freebsd-ports-gnome-210c1d5ed3a3e2921976172c0a7da87973a5178f.zip |
Fix a packaging error when applet support is not available.
Submitted by: bento
Diffstat (limited to 'net/gaim')
-rw-r--r-- | net/gaim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 20afa41953dc..b7e70ce7aae1 100644 --- a/net/gaim/Makefile +++ b/net/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 |