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-mgmt/p5-NetApp | |
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-mgmt/p5-NetApp')
-rw-r--r-- | net-mgmt/p5-NetApp/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/p5-NetApp/Makefile b/net-mgmt/p5-NetApp/Makefile index 377cba3e2a30..7cbcc366516f 100644 --- a/net-mgmt/p5-NetApp/Makefile +++ b/net-mgmt/p5-NetApp/Makefile @@ -14,14 +14,14 @@ COMMENT= Perl interface to manage NetApp NAS devices LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Std>=0:${PORTSDIR}/devel/p5-Class-Std \ - p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ - p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd \ - p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common +BUILD_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \ + p5-Clone>=0:devel/p5-Clone \ + p5-IPC-Cmd>=0:devel/p5-IPC-Cmd \ + p5-Net-Telnet>=0:net/p5-Net-Telnet \ + p5-Params-Validate>=0:devel/p5-Params-Validate \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure |