diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /databases/postgresql74 | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'databases/postgresql74')
-rw-r--r-- | databases/postgresql74/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common index 908674e7e02..18bd8a12059 100644 --- a/databases/postgresql74/Makefile.common +++ b/databases/postgresql74/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2006/04/08 19:14:06 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.35 2006/04/13 18:23:30 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -42,8 +42,7 @@ BUILDLINK_API_DEPENDS.postgresql74-lib?= postgresql74-lib>=${BASE_VERS} #BUILDLINK_API_DEPENDS.tcl-postgresql74?= tcl-postgresq74l>=${BASE_VERS} GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes -USE_TOOLS+= bison gmake lex +USE_TOOLS+= bison gmake lex msgfmt PKG_SYSCONFSUBDIR= postgresql # in 7.4.2, this is done by autoconf stuff which has leading whitespace |