diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-04 16:57:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-04 16:57:35 +0000 |
commit | 3722159e8e101fc1904e7b2d5eb0a4830e0c02fb (patch) | |
tree | fc169da064c00241ceb4701d7807c1f2aa1ee6ea | |
parent | 24bcff0101603f4bcd14b15d65210b7d0cdb337f (diff) | |
download | ports-3722159e8e101fc1904e7b2d5eb0a4830e0c02fb.tar.gz ports-3722159e8e101fc1904e7b2d5eb0a4830e0c02fb.zip |
Notes
-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 9c8c634b5d00..40b4791d15bf 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libnet.so:net/libnet BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:net/libnids BROKEN_FreeBSD_12= fails to compile: pcaputil.c: '/usr/include/pcap-int.h' file not found +BROKEN_FreeBSD_11= fails to compile: pcaputil.c: '/usr/include/pcap-int.h' file not found GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libnet=${LOCALBASE} |