diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
commit | 5e5ac5cef96dff28b97114bb74bd9ce9735628eb (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /net/airport2basestationconfig | |
parent | bfa12b783007890b49ae53a6e73a864a1a1099ec (diff) | |
download | pkgsrc-5e5ac5cef96dff28b97114bb74bd9ce9735628eb.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'net/airport2basestationconfig')
-rw-r--r-- | net/airport2basestationconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/airport2basestationconfig/Makefile b/net/airport2basestationconfig/Makefile index beb2facb5f0..eb965107226 100644 --- a/net/airport2basestationconfig/Makefile +++ b/net/airport2basestationconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/06/28 17:28:57 abs Exp $ +# $NetBSD: Makefile,v 1.5 2004/11/13 21:28:28 jlam Exp $ DISTNAME= configurator_201 PKGNAME= ${BINNAME}-2.0.1 @@ -22,7 +22,7 @@ LIBDIR= ${PREFIX}/lib/${BINNAME} .include "../../mk/bsd.prefs.mk" -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_JAVA= run PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14 blackdown-jdk13 jdk13 jdk14 |