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 /lang | |
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 'lang')
-rw-r--r-- | lang/clisp/Makefile | 2 | ||||
-rw-r--r-- | lang/librep/Makefile | 2 | ||||
-rw-r--r-- | lang/mdk/Makefile | 2 | ||||
-rw-r--r-- | lang/open-cobol-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/open-cobol/Makefile | 2 | ||||
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index ba9267b633ec..a49d8ae7c5b8 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -16,7 +16,7 @@ MAINTAINER= henrik.motakef@web.de COMMENT= An ANSI Common Lisp LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 6b6b75ef5788..53141b8ea270 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An Emacs Lisp like runtime library LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION} diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index f7d12ea254ad..22618c300e3f 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= MIX Development Kit offers an emulation of MIX and MIXAL LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - intl.4:${PORTSDIR}/devel/gettext \ + intl.5:${PORTSDIR}/devel/gettext \ guile.15:${PORTSDIR}/lang/guile USE_REINPLACE= yes diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index d05cf4605a41..5cb53f832262 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An open-source COBOL compiler -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ ltdl.4:${PORTSDIR}/devel/libltdl \ gmp.6:${PORTSDIR}/math/libgmp4 diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index d05cf4605a41..5cb53f832262 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An open-source COBOL compiler -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ ltdl.4:${PORTSDIR}/devel/libltdl \ gmp.6:${PORTSDIR}/math/libgmp4 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 diff --git a/lang/php5/Makefile b/lang/php5/Makefile index e2b3ee2aad2d..948bdb2267d1 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -320,7 +320,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 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index e2b3ee2aad2d..948bdb2267d1 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -320,7 +320,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 |