aboutsummaryrefslogtreecommitdiff
path: root/net/libnids
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-25 15:53:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-25 15:53:08 +0000
commit01861384846ca115ccf42432424086e0240b8650 (patch)
tree9ccd514445775da3d181d8221b41b5000579137d /net/libnids
parentfbcda26dae45708a0d164d5cc55b03148201e3c4 (diff)
Notes
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 7b63389a8c1a..fd3b4bcc917a 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