diff options
author | snj <snj@pkgsrc.org> | 2004-05-08 04:50:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-08 04:50:50 +0000 |
commit | 43d5e1643ccf1a2fa86acfb2a1688a208d1e3128 (patch) | |
tree | 1ffb8dcfa7a6b12826404fc0f9b49d9b9ec0954b /databases/libpqxx | |
parent | c1af75dd93f945a15a63ebfbac3ed0874d646525 (diff) | |
download | pkgsrc-43d5e1643ccf1a2fa86acfb2a1688a208d1e3128.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'databases/libpqxx')
-rw-r--r-- | databases/libpqxx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile index 69010df78c2..fb9dae47e24 100644 --- a/databases/libpqxx/Makefile +++ b/databases/libpqxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/26 02:27:36 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/08 05:25:12 snj Exp $ # .include "../../databases/libpqxx/Makefile.common" @@ -9,7 +9,7 @@ COMMENT= C++ interface to postgresql-lib NOT_FOR_PLATFORM= NetBSD-*-pc532 USE_LANGUAGES= c c++ -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= libpqxx.pc.in @@ -22,5 +22,5 @@ CONFIGURE_ARGS+= --with-postgres-include=${PG_PREFIX}/include/postgresql # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE} -.include "../../databases/postgresql-lib/buildlink2.mk" +.include "../../databases/postgresql-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |