summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-07-28 17:49:26 +0000
committermarcus <marcus@FreeBSD.org>2002-07-28 17:49:26 +0000
commit210c1d5ed3a3e2921976172c0a7da87973a5178f (patch)
treef8cc08f8688068a3964eaa2ca33f16d6a71c6ce2 /net
parent94122c8cbebc866c4f8c878b474d17d13b7bba17 (diff)
downloadFreeBSD-ports-210c1d5ed3a3e2921976172c0a7da87973a5178f.zip
FreeBSD-ports-210c1d5ed3a3e2921976172c0a7da87973a5178f.tar.gz
Fix a packaging error when applet support is not available.
Submitted by: bento
Diffstat (limited to 'net')
-rw-r--r--net/gaim-snapshot/Makefile7
-rw-r--r--net/gaim/Makefile7
2 files changed, 8 insertions, 6 deletions
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
OpenPOWER on IntegriCloud