diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-28 17:49:26 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-28 17:49:26 +0000 |
commit | 210c1d5ed3a3e2921976172c0a7da87973a5178f (patch) | |
tree | f8cc08f8688068a3964eaa2ca33f16d6a71c6ce2 | |
parent | 94122c8cbebc866c4f8c878b474d17d13b7bba17 (diff) | |
download | FreeBSD-ports-210c1d5ed3a3e2921976172c0a7da87973a5178f.zip FreeBSD-ports-210c1d5ed3a3e2921976172c0a7da87973a5178f.tar.gz |
Fix a packaging error when applet support is not available.
Submitted by: bento
-rw-r--r-- | net-im/gaim/Makefile | 7 | ||||
-rw-r--r-- | net/gaim-snapshot/Makefile | 7 | ||||
-rw-r--r-- | net/gaim/Makefile | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 20afa41..b7e70ce 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 diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index 20afa41..b7e70ce 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/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 diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 20afa41..b7e70ce 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 |