aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /databases/postgresql-devel
parent742adcabd74aa0adc91246bae79c97658a078415 (diff)
downloadports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz
ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip
Notes
Diffstat (limited to 'databases/postgresql-devel')
-rw-r--r--databases/postgresql-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile
index f1b49125afb0..e447233b8302 100644
--- a/databases/postgresql-devel/Makefile
+++ b/databases/postgresql-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME?= postgresql
PORTVERSION?= 7.5.2003.12.03
+PORTREVISION= 1
CATEGORIES?= databases
MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \
http://people.freebsd.org/~seanc/ports/
@@ -20,6 +21,7 @@ COMMENT= Development snapshots of PostgreSQL's latest features
CONFLICTS= postgresql7*
CONFIGURE_ENV+= DOCBOOKSTYLE=${LOCALBASE}/share/sgml/docbook/3.1/
USE_BZIP2= YES
+USE_GETTEXT= yes
USE_GMAKE= YES
USE_PERL5_BUILD= YES
GNU_CONFIGURE= YES
@@ -45,7 +47,6 @@ USE_GETOPT_LONG=yes
.if !defined(WITHOUT_GETTEXT)
CONFIGURE_ARGS+=--enable-nls
-LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old
PLIST_SUB+= GETTEXT=""
.else
CONFIGURE_ARGS+=--disable-nls