diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch) | |
tree | 5a84519a47dd0ca85026cca0580e0af1fec9941b /news | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz |
Now gettext 0.12.1 is gettext-old.
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 |