diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/p5-Sysadm-Install | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412349
Diffstat (limited to 'sysutils/p5-Sysadm-Install')
-rw-r--r-- | sysutils/p5-Sysadm-Install/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/p5-Sysadm-Install/Makefile b/sysutils/p5-Sysadm-Install/Makefile index e6f5ad6f01af..23203206d7cb 100644 --- a/sysutils/p5-Sysadm-Install/Makefile +++ b/sysutils/p5-Sysadm-Install/Makefile @@ -14,12 +14,12 @@ COMMENT= Typical installation tasks for system administrators LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \ - p5-Expect>=0:${PORTSDIR}/lang/p5-Expect \ - p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which \ - p5-Log-Log4perl>=1.28:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Archive-Tar>=0:archivers/p5-Archive-Tar \ + p5-Expect>=0:lang/p5-Expect \ + p5-File-Which>=1.09:sysutils/p5-File-Which \ + p5-Log-Log4perl>=1.28:devel/p5-Log-Log4perl \ + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |