diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-19 04:01:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-19 04:01:22 +0000 |
commit | a0a08eae8e3281191da2f60ea74f5f764f5e8b6c (patch) | |
tree | b82d05697a2e002a73dd5fe53b6953328d08722d /databases | |
parent | 44b24b7f48b57e26351296f2b88a56a1a2675085 (diff) | |
download | pkgsrc-a0a08eae8e3281191da2f60ea74f5f764f5e8b6c.tar.gz |
Trivially use buildlink2.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index b4475ccc4ec..23c5d9951a8 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2002/04/04 07:48:18 jlam Exp $ +# $NetBSD: Makefile,v 1.68 2002/10/19 04:01:22 jlam Exp $ PKGNAME= postgresql-${BASE_VERS} COMMENT= Robust, next generation, object-relational DBMS @@ -10,6 +10,7 @@ DEPENDS+= postgresql-docs>=${BASE_VERS}:../../databases/postgresql-docs .include "../../databases/postgresql/Makefile.common" EXTRACT_ONLY= # empty +USE_BUILDLINK2= YES NO_CHECKSUM= YES NO_PATCH= YES NO_CONFIGURE= YES |