diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-24 02:12:26 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-24 02:12:26 +0800 |
commit | 91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch) | |
tree | 5a84519a47dd0ca85026cca0580e0af1fec9941b /lang | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.zst freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip |
Now gettext 0.12.1 is gettext-old.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clisp/Makefile | 2 | ||||
-rw-r--r-- | lang/gawk/Makefile | 2 | ||||
-rw-r--r-- | lang/librep/Makefile | 2 | ||||
-rw-r--r-- | lang/lush/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 |
10 files changed, 10 insertions, 10 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 0675b2250a17..310aa75666f3 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -17,7 +17,7 @@ MAINTAINER= henrik.motakef@web.de COMMENT= An ANSI Common Lisp LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - intl.5:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext-old USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 7bdf34aa3c02..cda276fc9054 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= gawk MAINTAINER= dd@FreeBSD.org COMMENT= The GNU version of Awk -BUILD_DEPENDS= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext-old .include <bsd.port.pre.mk> diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 7808dcc1cf9e..4c09487784d5 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.5:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext-old PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION} diff --git a/lang/lush/Makefile b/lang/lush/Makefile index 236f7dfe231a..3d8f2214ae49 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -14,7 +14,7 @@ MAINTAINER= dyeske@yahoo.com COMMENT= A high level object-oriented programming language LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - intl.5:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext-old USE_X_PREFIX= yes USE_GL= yes diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 3b6222b5080f..b74297a39293 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= MIX Development Kit offers an emulation of MIX and MIXAL LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - intl.5:${PORTSDIR}/devel/gettext \ + intl.5:${PORTSDIR}/devel/gettext-old \ guile.15:${PORTSDIR}/lang/guile USE_REINPLACE= yes diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index 689994b4b82d..a66fac72b75f 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.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ ltdl.4:${PORTSDIR}/devel/libltdl \ gmp.6:${PORTSDIR}/math/libgmp4 diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index 689994b4b82d..a66fac72b75f 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.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ ltdl.4:${PORTSDIR}/devel/libltdl \ gmp.6:${PORTSDIR}/math/libgmp4 diff --git a/lang/php4/Makefile b/lang/php4/Makefile index a2de9d2385d5..00cb19651853 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -309,7 +309,7 @@ CONFIGURE_ARGS+=--with-gdbm=${LOCALBASE} .endif .if defined(WITH_GETTEXT) -LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old CONFIGURE_ARGS+=--with-gettext=${LOCALBASE} .endif diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 35a267684095..a062df5f40da 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -300,7 +300,7 @@ CONFIGURE_ARGS+=--with-gdbm=${LOCALBASE} .endif .if defined(WITH_GETTEXT) -LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old CONFIGURE_ARGS+=--with-gettext=${LOCALBASE} .endif diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 35a267684095..a062df5f40da 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -300,7 +300,7 @@ CONFIGURE_ARGS+=--with-gdbm=${LOCALBASE} .endif .if defined(WITH_GETTEXT) -LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old CONFIGURE_ARGS+=--with-gettext=${LOCALBASE} .endif |