aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql72
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/postgresql72
parent742adcabd74aa0adc91246bae79c97658a078415 (diff)
Notes
Diffstat (limited to 'databases/postgresql72')
-rw-r--r--databases/postgresql72/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql72/Makefile b/databases/postgresql72/Makefile
index 0258001302b9..69c5be110d67 100644
--- a/databases/postgresql72/Makefile
+++ b/databases/postgresql72/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= postgresql
PORTVERSION?= 7.2.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
@@ -48,8 +48,8 @@ USE_GETOPT_LONG=yes
CONFIGURE_ARGS+=--enable-nls
CONFIGURE_ENV+= "LIBS=-lintl"
LDFLAGS+= -L${LOCALBASE}/lib -lintl
-LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old
PLIST_SUB+= GETTEXT=""
+USE_GETTEXT= yes
.else
PLIST_SUB+= GETTEXT="@comment "
.endif