diff options
author | jlam <jlam> | 2002-11-15 00:50:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-11-15 00:50:19 +0000 |
commit | 93e87d38adef5273d08415f59fa87680f8a33936 (patch) | |
tree | f93e9bc634aaed3955fc89746072c1ec1ec92d2b /databases/db4 | |
parent | e98e822ed81a78bd9f815a59838c5516df81fbd0 (diff) | |
download | pkgsrc-93e87d38adef5273d08415f59fa87680f8a33936.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'databases/db4')
-rw-r--r-- | databases/db4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile index de5dd58ec31..d5f14ef77dc 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/11 15:25:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/11/15 00:50:19 jlam Exp $ DISTNAME= db-4.0.14 PKGNAME= db4-4.0.14 @@ -14,7 +14,8 @@ USE_JAVA= YES CONFIGURE_ARGS+= --enable-java .endif -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes +USE_CXX= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKDIR}/${DISTNAME}/build_unix/libtool GNU_CONFIGURE= yes |