- Disable browser plugin for now to unbreak port. [1]
- Add USE_LDCONFIG. Notified by: kris/pointyhat [1]
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= classpath
|
||||
PORTVERSION= 0.92
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
${MASTER_SITE_SAVANNAH}
|
||||
@@ -18,6 +19,7 @@ COMMENT= A GNU project to create a free Java class library
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_JAVA= yes
|
||||
USE_JIKES= yes
|
||||
USE_GNOME= gtk20 gdkpixbuf pkgconfig gconf2
|
||||
@@ -25,7 +27,7 @@ GNU_CONFIGURE= yes
|
||||
PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} `${PKG_CONFIG} gtk+-2.0 --cflags`" \
|
||||
LDFLAGS="`${PKG_CONFIG} gtk+-2.0 --libs`"
|
||||
CONFIGURE_ARGS= --enable-jni --with-jikes --disable-gtk-peer
|
||||
CONFIGURE_ARGS= --enable-jni --with-jikes --disable-gtk-peer --disable-plugin
|
||||
USE_GMAKE= yes
|
||||
|
||||
INFO= hacking tools vmintegration
|
||||
|
||||
@@ -8,8 +8,6 @@ include/jawt.h
|
||||
include/jawt_md.h
|
||||
include/jni.h
|
||||
include/jni_md.h
|
||||
lib/classpath/libgcjwebplugin.la
|
||||
lib/classpath/libgcjwebplugin.so
|
||||
lib/classpath/libgconfpeer.la
|
||||
lib/classpath/libgconfpeer.so
|
||||
lib/classpath/libgconfpeer.so.0
|
||||
|
||||
Reference in New Issue
Block a user