diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/pwhois | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net/pwhois')
-rw-r--r-- | net/pwhois/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/pwhois/Makefile b/net/pwhois/Makefile index 5d5302e4cd45..c4daf669bbb7 100644 --- a/net/pwhois/Makefile +++ b/net/pwhois/Makefile @@ -12,14 +12,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= zi@FreeBSD.org COMMENT= Whois-compatible framework for disclosing routing data -RUN_DEPENDS= p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ - p5-Time-Format>0:${PORTSDIR}/devel/p5-Time-Format \ - p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Net-Telnet>0:${PORTSDIR}/net/p5-Net-Telnet \ - p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ - p5-RPSL-Parser>0:${PORTSDIR}/devel/p5-RPSL-Parser \ - p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= p5-DBI>0:databases/p5-DBI \ + p5-Time-Format>0:devel/p5-Time-Format \ + p5-Log-Dispatch>0:devel/p5-Log-Dispatch \ + p5-Net-DNS>0:dns/p5-Net-DNS \ + p5-Net-Telnet>0:net/p5-Net-Telnet \ + p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR \ + p5-RPSL-Parser>0:devel/p5-RPSL-Parser \ + p5-DBD-mysql>=0:databases/p5-DBD-mysql FETCH_ARGS= -p |