diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/p5-IPC-ShellCmd | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/p5-IPC-ShellCmd')
-rw-r--r-- | devel/p5-IPC-ShellCmd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-IPC-ShellCmd/Makefile b/devel/p5-IPC-ShellCmd/Makefile index 0d2b72de2b49..62b5c095102f 100644 --- a/devel/p5-IPC-ShellCmd/Makefile +++ b/devel/p5-IPC-ShellCmd/Makefile @@ -15,8 +15,8 @@ COMMENT= Run a command with a given environment and capture output LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ - sudo:${PORTSDIR}/security/sudo +BUILD_DEPENDS= p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \ + sudo:security/sudo RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |