diff options
Diffstat (limited to 'databases/postgresql-devel/Makefile')
-rw-r--r-- | databases/postgresql-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index 0f192fc19631..d94e85360f31 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -56,7 +56,7 @@ LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt .if defined(WITH_GETTEXT) CONFIGURE_ARGS+=--enable-nls LDFLAGS+= -L${LOCALBASE}/lib -lintl -BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext +BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext-old PLIST_SUB+= GETTEXT="" .else PLIST_SUB+= GETTEXT="@comment " |