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/sablevm-classpath | |
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/sablevm-classpath')
-rw-r--r-- | java/sablevm-classpath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sablevm-classpath/Makefile b/java/sablevm-classpath/Makefile index 21febe1a73d5..3ca21e7216b6 100644 --- a/java/sablevm-classpath/Makefile +++ b/java/sablevm-classpath/Makefile @@ -12,7 +12,7 @@ COMMENT= Classpath of SableVM LICENSE= GPLv2 -BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes +BUILD_DEPENDS= jikes:java/jikes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -50,7 +50,7 @@ IGNORE=you need to enable the Gtk+ AWT peer in order to use Cairo based Graphics .if ${PORT_OPTIONS:MZIP} CONFIGURE_ARGS+= --with-compressed-classes=zip -BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS+= zip:archivers/zip PLIST_SUB+= WITHOUT_ZIP="@comment " WITH_ZIP="" .else CONFIGURE_ARGS+= --with-compressed-classes=no |