aboutsummaryrefslogtreecommitdiffstats
path: root/net/libnids
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-03-25 23:53:08 +0800
committerpav <pav@FreeBSD.org>2008-03-25 23:53:08 +0800
commit301c87daac0c2c89e501cc80f2cd80cffc8f425c (patch)
treef1bad183d792427e0fea32a985dfeb1eb5ac8328 /net/libnids
parent63f983018fab21efbe4a7d881ce008add75b3aa7 (diff)
downloadfreebsd-ports-graphics-301c87daac0c2c89e501cc80f2cd80cffc8f425c.tar.gz
freebsd-ports-graphics-301c87daac0c2c89e501cc80f2cd80cffc8f425c.tar.zst
freebsd-ports-graphics-301c87daac0c2c89e501cc80f2cd80cffc8f425c.zip
- Correct glib dependency
Diffstat (limited to 'net/libnids')
-rw-r--r--net/libnids/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index 7b63389a8c1..fd3b4bcc917 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libnids
PORTVERSION= 1.21
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,6 +19,7 @@ OPTIONS= LIBNET "Include code requiring libnet" ON \
LIBNET10 "Use the old libnet-1.0.x version" ON \
GLIB2 "Use GLIB2 for multiprocessing support" ON
+WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
@@ -43,7 +44,7 @@ CONFIGURE_ARGS+= --disable-libnet
.endif
.if !defined(WITHOUT_GLIB2)
-LIB_DEPENDS+= glib-2.0:${PORTSDIR}/devel/glib20
+USE_GNOME+= glib20
.else
CONFIGURE_ARGS+= --disable-libglib
.endif