diff options
| author | Mikhail Teterin <mi@FreeBSD.org> | 2002-04-01 23:04:21 +0000 |
|---|---|---|
| committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-04-01 23:04:21 +0000 |
| commit | 58f343497e55dd029dc17f30fb46b361e2739978 (patch) | |
| tree | 7b97949858b206799a8ffd5bbe041503c2d9c7a1 /databases/postgresql73 | |
| parent | 2297db65d5e46559b9ca2cc8e7652e7d36f518a9 (diff) | |
Notes
Diffstat (limited to 'databases/postgresql73')
| -rw-r--r-- | databases/postgresql73/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index c00cfda1aef4..b6de1b047a54 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -56,8 +56,9 @@ LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt # libpq.so, including for example mod_php and tcl. .if defined(WITH_GETTEXT) CONFIGURE_ARGS+=--enable-nls +CONFIGURE_ENV+= "LIBS=-lintl" LDFLAGS+= -L${LOCALBASE}/lib -lintl -BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS+= intl:${PORTSDIR}/devel/gettext-old PLIST_SUB+= GETTEXT="" .else PLIST_SUB+= GETTEXT="@comment " |
