diff options
author | clement <clement@FreeBSD.org> | 2004-01-18 22:55:42 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-18 22:55:42 +0800 |
commit | d99fb45c8801f6d0ebdbad309ec43f240cb5fef0 (patch) | |
tree | b43e393d4f249213d78ebd88de4b598a9edcbbde /news/tin | |
parent | b48183b70f21eb85bf776b9053353b8590c1b971 (diff) | |
download | freebsd-ports-graphics-d99fb45c8801f6d0ebdbad309ec43f240cb5fef0.tar.gz freebsd-ports-graphics-d99fb45c8801f6d0ebdbad309ec43f240cb5fef0.tar.zst freebsd-ports-graphics-d99fb45c8801f6d0ebdbad309ec43f240cb5fef0.zip |
- Chase uulib version
- Bump PORTREVISION
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 1ef2dfeb9cf..1a709daabe7 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -7,6 +7,7 @@ PORTNAME= tin PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES+= news ipv6 MASTER_SITES= http://mirrors.rcn.net/pub/news/tin/v1.6/ \ ftp://mirrors.rcn.net/pub/news/tin/v1.6/ \ @@ -16,7 +17,7 @@ MASTER_SITES= http://mirrors.rcn.net/pub/news/tin/v1.6/ \ MAINTAINER?= ache@FreeBSD.org COMMENT= Easy-to-use threaded newsreader with NOV/NNTP support -LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib \ +LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ iconv.3:${PORTSDIR}/converters/libiconv \ intl.5:${PORTSDIR}/devel/gettext \ pcre.0:${PORTSDIR}/devel/pcre |