diff options
author | tonio <tonio@pkgsrc.org> | 2006-04-15 19:53:07 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-04-15 19:53:07 +0000 |
commit | e29d0cba692d4e42018474d55a90bbad5386e2bf (patch) | |
tree | 811145fb10759b12550f001a5933921c67d3fa07 /lang | |
parent | 3284159a35fbaf2c08e124cd8f0c46a09f8fd27a (diff) | |
download | pkgsrc-e29d0cba692d4e42018474d55a90bbad5386e2bf.tar.gz |
Update for classpath 0.90
Improved swing and awt
Diffstat (limited to 'lang')
-rw-r--r-- | lang/classpath-gui/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/classpath-gui/Makefile b/lang/classpath-gui/Makefile index 0da2cf201f1..ef77ace10cf 100644 --- a/lang/classpath-gui/Makefile +++ b/lang/classpath-gui/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:44 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/15 19:53:07 tonio Exp $ .include "../../lang/classpath/Makefile.common" PKGNAME= ${DISTNAME:S/classpath/classpath-gui/} -PKGREVISION= 2 COMMENT+= (GUI libraries) -DEPENDS+= classpath>=0.12:../../lang/classpath +DEPENDS+= classpath>=0.90:../../lang/classpath USE_TOOLS+= pkg-config -BUILD_DIRS= ${WRKSRC}/native/jni/classpath -BUILD_DIRS+= ${WRKSRC}/native/jni/gtk-peer -INSTALL_DIRS= ${WRKSRC}/native/jni/gtk-peer +BUILD_DIRS= native/jni/classpath +BUILD_DIRS+= native/jni/gtk-peer +INSTALL_DIRS= native/jni/gtk-peer BUILDLINK_FILES.libart2+= bin/libart2-config BUILDLINK_TRANSFORM.libart2+= -e 's|/libart2-config|/libart-config|g' |