aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-03-03 05:38:59 +0800
committerpav <pav@FreeBSD.org>2012-03-03 05:38:59 +0800
commitde3293975eb8bf314601fb7ee5118247e2d51729 (patch)
tree9331c9c8bfe57e43a81e188c34fcecb760944d93 /net-mgmt
parent9c7dcfa03f5026f67afd1e611777ef8e77aade15 (diff)
downloadfreebsd-ports-gnome-de3293975eb8bf314601fb7ee5118247e2d51729.tar.gz
freebsd-ports-gnome-de3293975eb8bf314601fb7ee5118247e2d51729.tar.zst
freebsd-ports-gnome-de3293975eb8bf314601fb7ee5118247e2d51729.zip
- Mark BROKEN on 7.X: does not compile
ec_send.c:37:23: error: pcap/pcap.h: No such file or directory Reported by: pointyhat
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ettercap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
index eb4e1e5b3544..2892d1884c33 100644
--- a/net-mgmt/ettercap/Makefile
+++ b/net-mgmt/ettercap/Makefile
@@ -83,6 +83,12 @@ CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
CONFIGURE_ARGS+=--without-openssl
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= does not compile on FreeBSD 7.X
+.endif
+
post-patch:
@${REINPLACE_CMD} -E \
-e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \
@@ -108,4 +114,4 @@ post-install:
cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>