diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
commit | 9c3610198c70d4848e049e3cfafddaae4213ab87 (patch) | |
tree | b4ac412c1f5608fbffd6c72418cdc570bfc11d6b /security/isnprober | |
parent | 5144a33c408bb6536cad50aaaa281f624050cc12 (diff) | |
download | freebsd-ports-graphics-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.gz freebsd-ports-graphics-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.zst freebsd-ports-graphics-9c3610198c70d4848e049e3cfafddaae4213ab87.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'security/isnprober')
-rw-r--r-- | security/isnprober/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/isnprober/Makefile b/security/isnprober/Makefile index ebf46146235..82d592f33be 100644 --- a/security/isnprober/Makefile +++ b/security/isnprober/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= onatan@gmail.com COMMENT= PenTest tool for TCP Initial Sequence Numbers research -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP +RUN_DEPENDS= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP PLIST_FILES= bin/${PORTNAME} PORTDOCS= README |