diff options
author | ade <ade@FreeBSD.org> | 2002-04-13 01:10:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-04-13 01:10:20 +0800 |
commit | 17667de189a473dd1b3f3844a9a029a6ea7faee2 (patch) | |
tree | d11d27576ba0bc6656fca5c8a2e074489e3a91b7 /news/tin | |
parent | 8d430f11da8d17c3ad0e7d892920c5a7ee27829c (diff) | |
download | freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.gz freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.zst freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.zip |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 0d4c979e1ee6..5662bad4a7f9 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -7,6 +7,7 @@ PORTNAME= tin PORTVERSION= 1.5.11 +PORTREVISION= 1 CATEGORIES+= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \ ftp://nuxi.ucdavis.edu/pub/tin/v1.5/ \ @@ -15,8 +16,7 @@ MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \ MAINTAINER?= ache@FreeBSD.org LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ - intl.1:${PORTSDIR}/devel/gettext-old \ - iconv.3:${PORTSDIR}/converters/libiconv + intl.2:${PORTSDIR}/devel/gettext USE_BZIP2= yes USE_GMAKE= yes |