From f873071cf220092fc2b1a289bb07ac1a96f20904 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 25 Aug 2003 05:41:38 +0000 Subject: Chase the libintl.so shared lib version. --- databases/postgresql72/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql72') diff --git a/databases/postgresql72/Makefile b/databases/postgresql72/Makefile index 78ca102b5a18..81412f182530 100644 --- a/databases/postgresql72/Makefile +++ b/databases/postgresql72/Makefile @@ -47,7 +47,7 @@ USE_GETOPT_LONG=yes CONFIGURE_ARGS+=--enable-nls CONFIGURE_ENV+= "LIBS=-lintl" LDFLAGS+= -L${LOCALBASE}/lib -lintl -LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext PLIST_SUB+= GETTEXT="" .else PLIST_SUB+= GETTEXT="@comment " -- cgit