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 | 2e0c9e1bcf6bcaf593233c9a4994c01ef41ac8cc (patch) | |
tree | 1ffb8dcfa7a6b12826404fc0f9b49d9b9ec0954b /databases/odbc-postgresql | |
parent | 3ba9289620f2022bc9eb1d74d1695c593de25658 (diff) | |
download | pkgsrc-2e0c9e1bcf6bcaf593233c9a4994c01ef41ac8cc.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r-- | databases/odbc-postgresql/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common index ed1b3b974ac..1c2a6e81e11 100644 --- a/databases/odbc-postgresql/Makefile.common +++ b/databases/odbc-postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/04/24 22:46:09 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/05/08 05:25:12 snj Exp $ DISTNAME= postgresql-${DIST_VERS} CATEGORIES= databases @@ -29,7 +29,7 @@ PATCHDIR?= ${.CURDIR}/../odbc-postgresql/patches DIST_VERS?= 7.2.3 BASE_VERS?= ${DIST_VERS} -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make MAKEFILE= GNUmakefile GNU_CONFIGURE= YES |