diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 78da40aa98fcf6cb07ce5586fa21a0ebbf344900 (patch) | |
tree | 137406de20fa3d6cc8b974ee1cecac3ea2105c30 /textproc | |
parent | Update to 0.13. (diff) |
Now gettext 0.12.1 is gettext-old.
Notes
Notes:
svn path=/head/; revision=98909
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gxmlviewer/Makefile | 2 | ||||
-rw-r--r-- | textproc/libtre/Makefile | 2 | ||||
-rw-r--r-- | textproc/modlogan/Makefile | 2 | ||||
-rw-r--r-- | textproc/opensp/Makefile | 2 | ||||
-rw-r--r-- | textproc/rotix/Makefile | 2 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 2 | ||||
-rw-r--r-- | textproc/spellutils/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index ace7dd9aafce..5b6fe1db048c 100644 --- a/textproc/gxmlviewer/Makefile +++ b/textproc/gxmlviewer/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An xmlviewer with a netscape plugin, and now a bonobo control as well -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_REINPLACE= yes diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 1abd05699c07..e853d8b537df 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -15,7 +15,7 @@ DISTNAME= tre-${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= A lightweight fully POSIX compliant regexp matching library -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 72051ed02ce5..0b5a2bdd5ec7 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -17,7 +17,7 @@ COMMENT= A modular log file analysis program LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ gd.4:${PORTSDIR}/graphics/gd \ - intl.5:${PORTSDIR}/devel/gettext \ + intl.5:${PORTSDIR}/devel/gettext-old \ pcre.0:${PORTSDIR}/devel/pcre \ expat.4:${PORTSDIR}/textproc/expat2 diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 6e247e22a02f..18c4024b096b 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= openjade MAINTAINER= kuriyama@FreeBSD.org COMMENT= This package is a collection of SGML/XML tools called OpenSP -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ iconv.3:${PORTSDIR}/converters/libiconv USE_GMAKE= YES diff --git a/textproc/rotix/Makefile b/textproc/rotix/Makefile index f15bfe6510a9..2bdf1408220f 100644 --- a/textproc/rotix/Makefile +++ b/textproc/rotix/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME MAINTAINER= lintux@debian.org COMMENT= A program to generate rotational obfuscations -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index bad5e78e4fc4..e7f4ea6f4a96 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An Open Document Cataloging Project -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \ ${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/docbook.cat:${PORTSDIR}/textproc/docbook-sk \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl diff --git a/textproc/spellutils/Makefile b/textproc/spellutils/Makefile index e59443afccdd..fb5178144109 100644 --- a/textproc/spellutils/Makefile +++ b/textproc/spellutils/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://home.worldonline.dk/byrial/spellutils/ MAINTAINER= thierry@pompo.net COMMENT= Programs used to isolate some parts or texts before spell-checking -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old GNU_CONFIGURE= yes USE_BZIP2= yes |