svn commit: r357229 - head/java/sablevm

Jung-uk Kim jkim at FreeBSD.org
Mon Jun 9 23:47:30 UTC 2014


Author: jkim
Date: Mon Jun  9 23:47:29 2014
New Revision: 357229
URL: http://svnweb.freebsd.org/changeset/ports/357229
QAT: https://qat.redports.org/buildarchive/r357229/

Log:
  Use new LIB_DEPENDS format.  Remove unnecessary NO_STAGE.

Modified:
  head/java/sablevm/Makefile

Modified: head/java/sablevm/Makefile
==============================================================================
--- head/java/sablevm/Makefile	Mon Jun  9 23:46:44 2014	(r357228)
+++ head/java/sablevm/Makefile	Mon Jun  9 23:47:29 2014	(r357229)
@@ -11,8 +11,8 @@ COMMENT=	Java VM created by McGill Unive
 
 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}


More information about the svn-ports-head mailing list