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 /net-mgmt/nfsen | |
parent | 5144a33c408bb6536cad50aaaa281f624050cc12 (diff) | |
download | freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.gz freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.zst freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net-mgmt/nfsen')
-rw-r--r-- | net-mgmt/nfsen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nfsen/Makefile b/net-mgmt/nfsen/Makefile index 11314aca9bd4..26a335902250 100644 --- a/net-mgmt/nfsen/Makefile +++ b/net-mgmt/nfsen/Makefile @@ -18,8 +18,8 @@ COMMENT= Web based frontend to nfdump netflow collector LICENSE= BSD LICENSE_FILE= ${WRKSRC}/BSD-license.txt -RUN_DEPENDS= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \ - ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ +RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ nfdump:${PORTSDIR}/net-mgmt/nfdump USE_ICONV= yes |