diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 2 | ||||
-rw-r--r-- | textproc/rotix/Makefile | 2 | ||||
-rw-r--r-- | textproc/textutils/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index d25c94a4eeb8..647ec7e488ce 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -15,7 +15,7 @@ MAINTAINER= Alexander@Leidinger.net LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ gd.2:${PORTSDIR}/graphics/gd \ - intl.1:${PORTSDIR}/devel/gettext \ + intl.1:${PORTSDIR}/devel/gettext-old \ 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 d25df33e743c..d4b036962a78 100644 --- a/textproc/rotix/Makefile +++ b/textproc/rotix/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/ MAINTAINER= lintux@debian.org -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old USE_GMAKE= yes diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index bb0333c09ab6..f878dc2d58ee 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= textutils MAINTAINER= aw1@stade.co.uk -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old USE_GMAKE= yes GNU_CONFIGURE= yes |