diff options
author | pav <pav@FreeBSD.org> | 2007-01-31 22:29:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-31 22:29:34 +0800 |
commit | 70f064b92eb120fd8a3b53fc3b1114ab28dd95ae (patch) | |
tree | ba3f59eeeea96bd00c88acb8f009df11f77b70ba /security | |
parent | d92746657bc74d4e650ff98d7ef45ae4a767c38a (diff) | |
download | freebsd-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/Makefile | 1 |
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 |