Use new LIB_DEPENDS format. Remove unnecessary NO_STAGE.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user