Use new LIB_DEPENDS format. Remove unnecessary NO_STAGE.

This commit is contained in:
Jung-uk Kim
2014-06-09 23:47:29 +00:00
parent 75c0bd3255
commit ee253d5adb

View File

@@ -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}