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 /java/jamvm | |
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 'java/jamvm')
-rw-r--r-- | java/jamvm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/jamvm/Makefile b/java/jamvm/Makefile index 7e51fed0c0cc..411944394f48 100644 --- a/java/jamvm/Makefile +++ b/java/jamvm/Makefile @@ -12,7 +12,7 @@ COMMENT= Compact Java virtual machine LICENSE= GPLv2 -RUN_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath +RUN_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:java/classpath CONFIGURE_ARGS= --with-classpath-install-dir=${LOCALBASE} GNU_CONFIGURE= yes @@ -25,8 +25,8 @@ FFI_DESC= use libffi to call native methods ZIP_DESC= turn-on zip support in the bootstrap loader FFI_CONFIGURE_ENABLE= ffi -FFI_LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi -ZIP_BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip +FFI_LIB_DEPENDS= libffi.so:devel/libffi +ZIP_BUILD_DEPENDS= zip:archivers/zip ZIP_CONFIGURE_ENABLE= zip .include <bsd.port.options.mk> |