diff options
author | garga <garga@FreeBSD.org> | 2009-05-09 05:32:24 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-05-09 05:32:24 +0800 |
commit | 8ccb6f1b3646b9dc5d69f4bd00061cf94d49f009 (patch) | |
tree | 0dc37b8dff6a4b53b99c742edd0eea7dc5e46c91 | |
parent | a474c965c21749ad5ed4a768940b5b245d64f52d (diff) | |
download | freebsd-ports-gnome-8ccb6f1b3646b9dc5d69f4bd00061cf94d49f009.tar.gz freebsd-ports-gnome-8ccb6f1b3646b9dc5d69f4bd00061cf94d49f009.tar.zst freebsd-ports-gnome-8ccb6f1b3646b9dc5d69f4bd00061cf94d49f009.zip |
- Remove BROKEN since it's building fine on 8.0
-rw-r--r-- | security/dsniff/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 7268a445296b..683ea463505f 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -30,10 +30,6 @@ 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?= |