diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 16:54:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 16:54:55 +0000 |
commit | 9468432a48314313f7585654ac6db575a0b6648a (patch) | |
tree | 545ac8faaf58a17f5075028cc7de936c43e387a2 /lang/rhino/Makefile | |
parent | 7dab44519c236716f2931f748b67aa53dbd55ed4 (diff) | |
download | ports-9468432a48314313f7585654ac6db575a0b6648a.tar.gz ports-9468432a48314313f7585654ac6db575a0b6648a.zip |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=431402
Diffstat (limited to 'lang/rhino/Makefile')
-rw-r--r-- | lang/rhino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rhino/Makefile b/lang/rhino/Makefile index 897aa592e83b..0413a7e67204 100644 --- a/lang/rhino/Makefile +++ b/lang/rhino/Makefile @@ -41,7 +41,7 @@ GH_ACCOUNT= mozilla .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLINEDIT} -JLINEJAR= ${JAVAJARDIR}/jline.jar +JLINEJAR= ${JAVALIBDIR}/jline.jar .else JLINEJAR="" .endif |