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 /www | |
parent | b84ffc37d836afb05469cbc63d78c49e83210017 (diff) | |
download | freebsd-ports-graphics-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.gz freebsd-ports-graphics-f873071cf220092fc2b1a289bb07ac1a96f20904.tar.zst freebsd-ports-graphics-f873071cf220092fc2b1a289bb07ac1a96f20904.zip |
Chase the libintl.so shared lib version.
Diffstat (limited to 'www')
-rw-r--r-- | www/amyc/Makefile | 2 | ||||
-rw-r--r-- | www/horde2/Makefile | 2 | ||||
-rw-r--r-- | www/lynx-current/Makefile | 2 | ||||
-rw-r--r-- | www/retawq/Makefile | 2 | ||||
-rw-r--r-- | www/sitecopy/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile index 52bec5ca276..286e551ba62 100644 --- a/www/amyc/Makefile +++ b/www/amyc/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.crevola.com/about/current/ MAINTAINER= petef@FreeBSD.org COMMENT= Display the contents of your Netscape cache -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_REINPLACE= yes USE_AUTOCONF= yes diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 438b930c1c9..bae5f381472 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 diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 3573ac7d199..45d7a9c21fb 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}2.8.5dev.16 MAINTAINER= ache@FreeBSD.org COMMENT= A non-graphical, text-based World-Wide Web client -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext WRKSRC= ${WRKDIR}/${PORTNAME}2-8-5 USE_BZIP2= yes diff --git a/www/retawq/Makefile b/www/retawq/Makefile index 0ab2d81fd5e..ba525b5d7ad 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An interactive, multi-threaded web browser for text terminals -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_REINPLACE= yes HAS_CONFIGURE= yes diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 85faaae4e0b..543bfa9213f 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.lyra.org/sitecopy/ MAINTAINER= olgeni@FreeBSD.org COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up with local copy -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ |