summaryrefslogtreecommitdiff
path: root/databases/postgresql80/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /databases/postgresql80/Makefile.common
parent0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff)
downloadpkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'databases/postgresql80/Makefile.common')
-rw-r--r--databases/postgresql80/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common
index 88c250cc389..831f2f7a1f1 100644
--- a/databases/postgresql80/Makefile.common
+++ b/databases/postgresql80/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2006/04/08 19:08:25 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.22 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.
@@ -41,8 +41,7 @@ BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql80-client+= postgresql80-client>=${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.x/8.0.x, this is done by autoconf stuff which has leading whitespace