diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/rexx-wrapper | |
parent | Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412347
Diffstat (limited to 'lang/rexx-wrapper')
-rw-r--r-- | lang/rexx-wrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rexx-wrapper/Makefile b/lang/rexx-wrapper/Makefile index 94cb47703b29..cb6177e28239 100644 --- a/lang/rexx-wrapper/Makefile +++ b/lang/rexx-wrapper/Makefile @@ -14,8 +14,8 @@ COMMENT= Tool that wraps Rexx source or tokenised code into an executable LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina -RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina +BUILD_DEPENDS= rexx:lang/rexx-regina +RUN_DEPENDS= rexx:lang/rexx-regina GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rexx=regina |