diff options
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 705f40986962..4a057e506312 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -21,7 +21,7 @@ PORTNAME= php4 PORTVERSION= 4.3.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= lang devel www MASTER_SITES= http://www.php.net/distributions/:release \ http://it.php.net/distributions/:release \ @@ -326,7 +326,7 @@ CONFIGURE_ARGS+=--with-gdbm=${LOCALBASE} .endif .if defined(WITH_GETTEXT) -LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old +USE_GETTEXT= yes CONFIGURE_ARGS+=--with-gettext=${LOCALBASE} .endif |