diff options
author | wiz <wiz> | 2002-10-12 01:17:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-12 01:17:11 +0000 |
commit | 1f8b49f2ee3c8ea4681ffa920ed39dc2e7fdce00 (patch) | |
tree | 90b05c6c32adf4e06b17e9fbaba57d2ae8bcbed6 /databases/sqlite | |
parent | f9cd5f9f2a18bfd774c2f2867a7bec1b71142498 (diff) | |
download | pkgsrc-1f8b49f2ee3c8ea4681ffa920ed39dc2e7fdce00.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'databases/sqlite')
-rw-r--r-- | databases/sqlite/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index 519f10168d7..b0378f19554 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/01/31 20:04:53 reinoud Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/12 01:17:11 wiz Exp $ DISTNAME= sqlite-2.2.5 CATEGORIES= databases @@ -10,7 +10,7 @@ COMMENT= SQL Database Engine In A C Library WRKSRC= ${WRKDIR}/sqlite-build -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool @@ -25,5 +25,5 @@ CFLAGS+= -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t \ post-extract: ${MKDIR} ${WRKSRC} -.include "../../devel/readline/buildlink.mk" +.include "../../devel/readline/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |