diff options
author | jlam <jlam> | 2002-07-29 22:23:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-07-29 22:23:25 +0000 |
commit | a860843596e220c3142d5c652e1758575551267a (patch) | |
tree | ee6f56c11e9a3098ae64b534a41cac1150b37ab5 /x11/swing | |
parent | 2e78f663c8d4fcd33dbef45b734c8cccef4fbb68 (diff) | |
download | pkgsrc-a860843596e220c3142d5c652e1758575551267a.tar.gz |
Set USE_JAVA=run on some packages that obviously don't need a JDK for the
build. These packages set NO_BUILD and by inspection of the Makefiles,
there isn't any invocation of java needed.
Diffstat (limited to 'x11/swing')
-rw-r--r-- | x11/swing/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/swing/Makefile b/x11/swing/Makefile index 27286452813..3ef15d44530 100644 --- a/x11/swing/Makefile +++ b/x11/swing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/12/05 15:00:49 agc Exp $ +# $NetBSD: Makefile,v 1.18 2002/07/29 22:23:30 jlam Exp $ DISTNAME= swing1_1_1 PKGNAME= swing-1.1.1 @@ -20,7 +20,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} LICENSE= sun-swing-license -USE_JAVA= yes +USE_JAVA= run WRKSRC= ${WRKDIR}/swing-1.1.1fcs NO_PATCH= NO_CONFIGURE= |