aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-31 22:29:34 +0800
committerpav <pav@FreeBSD.org>2007-01-31 22:29:34 +0800
commit70f064b92eb120fd8a3b53fc3b1114ab28dd95ae (patch)
treeba3f59eeeea96bd00c88acb8f009df11f77b70ba /security
parentd92746657bc74d4e650ff98d7ef45ae4a767c38a (diff)
downloadfreebsd-ports-gnome-70f064b92eb120fd8a3b53fc3b1114ab28dd95ae.tar.gz
freebsd-ports-gnome-70f064b92eb120fd8a3b53fc3b1114ab28dd95ae.tar.zst
freebsd-ports-gnome-70f064b92eb120fd8a3b53fc3b1114ab28dd95ae.zip
- Fix make describe on FreeBSD 4.X
Reported by: dvl Submitted by: shaun
Diffstat (limited to 'security')
-rw-r--r--security/dsniff/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 4ad97b3de80f..89d54d4cb815 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -32,6 +32,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
# If net/libnids has been compiled with the GLIB2 option then this port needs
# the corresponding library and additional linker flags.
+LIBNIDS_GLIB2?=
.if exists(${LOCALBASE}/lib/libnids.a)
LIBNIDS_GLIB2!= nm -u ${LOCALBASE}/lib/libnids.a | ${GREP} g_thread_init
.endif