diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
commit | c8eaa93644980f3fb055e61b794ca9a9f399853d (patch) | |
tree | 60cccd66ad3b96a99ef31426ff5de7ea3b10d37e /textproc | |
parent | 05a6d5adc72f0599c2474427957578c01e9646d5 (diff) | |
download | ports-c8eaa93644980f3fb055e61b794ca9a9f399853d.tar.gz ports-c8eaa93644980f3fb055e61b794ca9a9f399853d.zip |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
Notes
Notes:
svn path=/head/; revision=63850
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 2 | ||||
-rw-r--r-- | textproc/rotix/Makefile | 2 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 2 | ||||
-rw-r--r-- | textproc/textutils/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index aa55ac31a32f..f462d944efbc 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -15,7 +15,7 @@ MAINTAINER= netchild@FreeBSD.org LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ gd.2:${PORTSDIR}/graphics/gd \ - intl.2:${PORTSDIR}/devel/gettext \ + intl.4:${PORTSDIR}/devel/gettext \ pcre.0:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 \ ltdl.1:${PORTSDIR}/devel/libtool diff --git a/textproc/rotix/Makefile b/textproc/rotix/Makefile index d767b39e943c..87893fd6b9c4 100644 --- a/textproc/rotix/Makefile +++ b/textproc/rotix/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME MAINTAINER= lintux@debian.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index d35d1e4fab3a..0e34308b341d 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= xslt.1:${PORTSDIR}/textproc/libxslt \ - intl.2:${PORTSDIR}/devel/gettext + intl.4:${PORTSDIR}/devel/gettext BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl RUN_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \ diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index eeefcc5e3aaa..b41a0ad7b68a 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= textutils MAINTAINER= aw1@stade.co.uk -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_GMAKE= yes GNU_CONFIGURE= yes |