diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
commit | c8eaa93644980f3fb055e61b794ca9a9f399853d (patch) | |
tree | 60cccd66ad3b96a99ef31426ff5de7ea3b10d37e /www/horde2 | |
parent | 05a6d5adc72f0599c2474427957578c01e9646d5 (diff) | |
download | ports-c8eaa93644980f3fb055e61b794ca9a9f399853d.tar.gz ports-c8eaa93644980f3fb055e61b794ca9a9f399853d.zip |
Notes
Diffstat (limited to 'www/horde2')
-rw-r--r-- | www/horde2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 08db76bb5435..92ef5f864d3e 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} # #----------------------------------------------------------------------- -LIB_DEPENDS+= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext .if !defined(WITHOUT_MCAL) LIB_DEPENDS+= mcal.0:${PORTSDIR}/misc/libmcal .endif @@ -80,7 +80,7 @@ pre-install: ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi - @if ! ${LDCONFIG} -r | ${GREP} -q -e "lintl.2"; then \ + @if ! ${LDCONFIG} -r | ${GREP} -q -e "lintl.4"; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with gettext support." ; \ ${ECHO_MSG} "" ; \ |