diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-25 13:41:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-25 13:41:38 +0800 |
commit | f873071cf220092fc2b1a289bb07ac1a96f20904 (patch) | |
tree | 0d46dae57fd55801ba99fc6ccced0142f7ff5a2c /lang/php4 | |
parent | b84ffc37d836afb05469cbc63d78c49e83210017 (diff) | |
download | freebsd-ports-gnome-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.gz freebsd-ports-gnome-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.zst freebsd-ports-gnome-f873071cf220092fc2b1a289bb07ac1a96f20904.zip |
Chase the libintl.so shared lib version.
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 6d0cc38abc47..25e97419a897 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -328,7 +328,7 @@ CONFIGURE_ARGS+=--with-gdbm=${LOCALBASE} .endif .if defined(WITH_GETTEXT) -LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext CONFIGURE_ARGS+=--with-gettext=${LOCALBASE} .endif |