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 /news | |
parent | b6d2dde3b5f30ac582771ce6f232d0b08b60b648 (diff) |
Notes
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 0daae67c1e9f..8001c77864c4 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 1a709daabe79..677edbc9209e 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 3b441ce87204..f7912d26987a 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 |