diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 3 | ||||
-rw-r--r-- | textproc/rotix/Makefile | 3 | ||||
-rw-r--r-- | textproc/textutils/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index b3fd549a601b..277972f35d3e 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -7,6 +7,7 @@ PORTNAME= modlogan PORTVERSION= 0.7.12 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} @@ -15,7 +16,7 @@ MAINTAINER= netchild@FreeBSD.org LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ gd.2:${PORTSDIR}/graphics/gd \ - intl.1:${PORTSDIR}/devel/gettext-old \ + intl.2:${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 d5b74de39132..0a95f152c1b7 100644 --- a/textproc/rotix/Makefile +++ b/textproc/rotix/Makefile @@ -8,12 +8,13 @@ PORTNAME= rotix PORTVERSION= 0.82 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/ MAINTAINER= lintux@debian.org -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index f878dc2d58ee..eeefcc5e3aaa 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -7,13 +7,14 @@ PORTNAME= textutils PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= textutils MAINTAINER= aw1@stade.co.uk -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes GNU_CONFIGURE= yes |