pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/classpath-gui Update for classpath 0.90



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2677b3c2a299
branches:  trunk
changeset: 511495:2677b3c2a299
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Apr 15 19:53:07 2006 +0000

description:
Update for classpath 0.90

Improved swing and awt

diffstat:

 lang/classpath-gui/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 2c79f6e7f65f -r 2677b3c2a299 lang/classpath-gui/Makefile
--- a/lang/classpath-gui/Makefile       Sat Apr 15 19:52:27 2006 +0000
+++ b/lang/classpath-gui/Makefile       Sat Apr 15 19:53:07 2006 +0000
@@ -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'



Home | Main Index | Thread Index | Old Index