summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-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}