diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 2 | ||||
-rw-r--r-- | news/tin/Makefile | 2 | ||||
-rw-r--r-- | news/yencode/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 0daae67..8001c77 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -22,7 +22,7 @@ MAINTAINER= petef@FreeBSD.org COMMENT= SLang-based newsreader LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ - intl.5:${PORTSDIR}/devel/gettext \ + intl.5:${PORTSDIR}/devel/gettext-old \ iconv.3:${PORTSDIR}/converters/libiconv USE_BZIP2= yes diff --git a/news/tin/Makefile b/news/tin/Makefile index 1a709da..677edbc 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -19,7 +19,7 @@ COMMENT= Easy-to-use threaded newsreader with NOV/NNTP support LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ iconv.3:${PORTSDIR}/converters/libiconv \ - intl.5:${PORTSDIR}/devel/gettext \ + intl.5:${PORTSDIR}/devel/gettext-old \ pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes diff --git a/news/yencode/Makefile b/news/yencode/Makefile index 3b441ce..f7912d2 100644 --- a/news/yencode/Makefile +++ b/news/yencode/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A free (GPL) encoder and decoder for the yEnc Usenet file format -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_GETOPT_LONG= yes GNU_CONFIGURE= yes |