summaryrefslogtreecommitdiff
path: root/lang/classpath-gui
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-04-15 19:53:07 +0000
committertonio <tonio@pkgsrc.org>2006-04-15 19:53:07 +0000
commite29d0cba692d4e42018474d55a90bbad5386e2bf (patch)
tree811145fb10759b12550f001a5933921c67d3fa07 /lang/classpath-gui
parent3284159a35fbaf2c08e124cd8f0c46a09f8fd27a (diff)
downloadpkgsrc-e29d0cba692d4e42018474d55a90bbad5386e2bf.tar.gz
Update for classpath 0.90
Improved swing and awt
Diffstat (limited to 'lang/classpath-gui')
-rw-r--r--lang/classpath-gui/Makefile11
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'