diff options
author | erwin <erwin@FreeBSD.org> | 2009-01-09 01:59:41 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-01-09 01:59:41 +0800 |
commit | b6a0f7e496899908671c9bcdfd6923da436343d1 (patch) | |
tree | 8356c73845070ffda17b1c1f09f3979aafba63ca /security | |
parent | afe168c7b5797acb4247c3ff87ba328b7b5615cf (diff) | |
download | freebsd-ports-gnome-b6a0f7e496899908671c9bcdfd6923da436343d1.tar.gz freebsd-ports-gnome-b6a0f7e496899908671c9bcdfd6923da436343d1.tar.zst freebsd-ports-gnome-b6a0f7e496899908671c9bcdfd6923da436343d1.zip |
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
Diffstat (limited to 'security')
-rw-r--r-- | security/dsniff/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index a2bc82908526..2458fa3d062b 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -30,6 +30,10 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800059 +BROKEN= does not biuld +.endif + # If net/libnids has been compiled with the GLIB2 option then this port needs # the corresponding library and additional linker flags. LIBNIDS_GLIB2?= |