diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
commit | f873071cf220092fc2b1a289bb07ac1a96f20904 (patch) | |
tree | 0d46dae57fd55801ba99fc6ccced0142f7ff5a2c /www/horde2 | |
parent | b84ffc37d836afb05469cbc63d78c49e83210017 (diff) | |
download | FreeBSD-ports-f873071cf220092fc2b1a289bb07ac1a96f20904.zip FreeBSD-ports-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.gz |
Chase the libintl.so shared lib version.
Diffstat (limited to 'www/horde2')
-rw-r--r-- | www/horde2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 438b930..bae5f38 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -26,7 +26,7 @@ COMMENT= A common code-base used by Horde applications, written in PHP # #----------------------------------------------------------------------- -LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext .if !defined(WITHOUT_MCAL) LIB_DEPENDS+= mcal.0:${PORTSDIR}/misc/libmcal .endif |