diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 14:29:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 14:29:34 +0000 |
commit | 5b2d4b4dba4ce788611a72d9d2c3b7901d940feb (patch) | |
tree | 1f5c21ed3a9e9ff6f64f248294a32569a6253960 /security/dsniff | |
parent | dc0931eb8c67d2b5cb7a12e9410a8a43f7b06ee8 (diff) |
- Fix make describe on FreeBSD 4.X
Reported by: dvl
Submitted by: shaun
Notes
Notes:
svn path=/head/; revision=183774
Diffstat (limited to 'security/dsniff')
-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 |