diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-02-08 13:09:03 +0800 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-02-08 13:09:03 +0800 |
commit | 10af13160d1e587ff91cc5b2b16b7851c889fc4e (patch) | |
tree | 6d2c625090cfcaca56e5386edddecbcc87288cf1 /news/tin/Makefile | |
parent | 0144d64f0fd2064197bb1d2a457f0066dd4c8b27 (diff) | |
download | freebsd-ports-gnome-10af13160d1e587ff91cc5b2b16b7851c889fc4e.tar.gz freebsd-ports-gnome-10af13160d1e587ff91cc5b2b16b7851c889fc4e.tar.zst freebsd-ports-gnome-10af13160d1e587ff91cc5b2b16b7851c889fc4e.zip |
news/tin: Update to 2.4.5
Changelog http://bzr.tin.org/doc/CHANGES
Sponsored by: BBOX.io
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 8d946a2d4b00..1b41a40902e7 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tin -PORTVERSION= 2.4.4 -PORTREVISION= 3 +PORTVERSION= 2.4.5 CATEGORIES+= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \ ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \ @@ -65,7 +64,7 @@ CONFIGURE_ARGS+=--with-nntp-default-server=news \ --with-libdir=${PREFIX}/news/lib \ --with-defaults-dir=${PREFIX}/etc \ --with-editor=${TIN_EDITOR} \ - --with-pcre=yes \ + --with-pcre=${PREFIX}/lib \ --with-screen=${TIN_SCREEN} \ --enable-break-long-lines \ ${ICONV_CONFIGURE_ARG} \ |