diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-09 09:32:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-09 09:32:37 +0000 |
commit | f9a5b4fd695aab79a593d6924236a239230a3571 (patch) | |
tree | dbed314297629fbc81af12402ceb441434810fb0 /dns | |
parent | 05f82c6e35ba2be329b167afa59a48c148006501 (diff) | |
download | ports-f9a5b4fd695aab79a593d6924236a239230a3571.tar.gz ports-f9a5b4fd695aab79a593d6924236a239230a3571.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnshijacker/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/dnshijacker/Makefile b/dns/dnshijacker/Makefile index 794dd81364aa..fd9f1fbeb222 100644 --- a/dns/dnshijacker/Makefile +++ b/dns/dnshijacker/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://pedram.redhive.com/downloads/ MAINTAINER= lx@redundancy.redundancy.org COMMENT= Tool to hijack DNS requests +DEPRECATED= Depends on expired net/libnet10 +EXPIRATION_DATE= 2014-09-30 + BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 LDFLAGS+= -lpcap `${LIBNET_CONFIG} --libs` |