aboutsummaryrefslogtreecommitdiffstats
path: root/java/sablevm
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-06-10 07:47:29 +0800
committerjkim <jkim@FreeBSD.org>2014-06-10 07:47:29 +0800
commit4791f83710dd8ab6b04901a18ca6f6126f1dd2fe (patch)
tree5f908ce2c3b9d62e95934d1d4601583c14a2601d /java/sablevm
parentf0d6a6ea1eb1e4ab30d7aadc2ce85057a7ba8cc4 (diff)
downloadfreebsd-ports-gnome-4791f83710dd8ab6b04901a18ca6f6126f1dd2fe.tar.gz
freebsd-ports-gnome-4791f83710dd8ab6b04901a18ca6f6126f1dd2fe.tar.zst
freebsd-ports-gnome-4791f83710dd8ab6b04901a18ca6f6126f1dd2fe.zip
Use new LIB_DEPENDS format. Remove unnecessary NO_STAGE.
Diffstat (limited to 'java/sablevm')
-rw-r--r--java/sablevm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile
index e84e5c54a034..360b57c78dc4 100644
--- a/java/sablevm/Makefile
+++ b/java/sablevm/Makefile
@@ -11,8 +11,8 @@ COMMENT= Java VM created by McGill University's Sable Research Group
LICENSE= LGPL21
-LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \
- ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
+ libffi.so:${PORTSDIR}/devel/libffi
RUN_DEPENDS= fastjar:${PORTSDIR}/archivers/fastjar
GNU_CONFIGURE= yes
@@ -29,7 +29,6 @@ OPTIONS_DEFAULT=MAN SVMCP
MAN_DESC= Build and install man pages
SVMCP_DESC= Install SableVM classpath
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMAN}