diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-08 16:44:05 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-08 16:44:05 +0000 |
commit | 113ec4fc2a8607ed6895a78b3c8d26313c00d846 (patch) | |
tree | d8284849e7607c560b72861c7580608b3ec00212 /java/sablevm | |
parent | 10f80a3fdff38d4c4263125676a44dbd4dde2e93 (diff) | |
download | ports-113ec4fc2a8607ed6895a78b3c8d26313c00d846.tar.gz ports-113ec4fc2a8607ed6895a78b3c8d26313c00d846.zip |
Notes
Diffstat (limited to 'java/sablevm')
-rw-r--r-- | java/sablevm/Makefile | 9 | ||||
-rw-r--r-- | java/sablevm/pkg-plist | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile index 62353d7a19c8..06b313e09d3d 100644 --- a/java/sablevm/Makefile +++ b/java/sablevm/Makefile @@ -2,7 +2,7 @@ PORTNAME= sablevm PORTVERSION= 1.13 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= java devel MASTER_SITES= SF @@ -16,13 +16,14 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ RUN_DEPENDS= fastjar:${PORTSDIR}/archivers/fastjar GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gettext gmake iconv libtool pkgconfig USE_AUTOTOOLS= libltdl USE_LDCONFIG= yes -USES= pkgconfig gettext iconv gmake -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= SVMCP OPTIONS_DEFAULT=SVMCP diff --git a/java/sablevm/pkg-plist b/java/sablevm/pkg-plist index 66d6d97de161..3cab48dd0085 100644 --- a/java/sablevm/pkg-plist +++ b/java/sablevm/pkg-plist @@ -5,7 +5,6 @@ bin/sablevm include/sablevm/jni.h include/sablevm/jni_system_specific.h lib/libsablevm-1.13.so -lib/libsablevm.la lib/libsablevm.so lib/sablevm/bin/jar lib/sablevm/bin/java |