diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
commit | adccc29aad24aa2caee0df9724a127f6b5f5f113 (patch) | |
tree | d64c901bd45aee3f6673aedc99d00e9166668c43 /www | |
parent | Update to 0.12.1. This brings a shared lib bump of libintl.so. It is (diff) |
Chase the libintl.so shared lib version.
Notes
Notes:
svn path=/head/; revision=87644
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 52bec5ca276b..286e551ba620 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 438b930c1c97..bae5f3814725 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 3573ac7d199f..45d7a9c21fba 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 0ab2d81fd5e0..ba525b5d7ade 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 85faaae4e0b4..543bfa9213ff 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" \ |