diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-26 05:36:46 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-26 05:36:46 +0800 |
commit | c5aba254e5bc29b6f0d8a623a800f6c233d87b16 (patch) | |
tree | 886c64332e583e527d325e544dac907aa61f4438 /news/pan/Makefile | |
parent | f0a8e422e1e4591b7176d0b43220ad55ec839b78 (diff) | |
download | freebsd-ports-gnome-c5aba254e5bc29b6f0d8a623a800f6c233d87b16.tar.gz freebsd-ports-gnome-c5aba254e5bc29b6f0d8a623a800f6c233d87b16.tar.zst freebsd-ports-gnome-c5aba254e5bc29b6f0d8a623a800f6c233d87b16.zip |
Update port to 0.7.2
* New features including: article toolbar, threading/
unthreading of articles, Swedish translations
* Improved killfile support
* Faster article sorting
* Fixes for all known bugs
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r-- | news/pan/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 2eb8e12ecd05..3ec95c22fd0f 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pan -# Version required: 0.7.1 +# Version required: 0.7.2 # Date created: 07 August 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= pan-0.7.1 +DISTNAME= pan-0.7.2 CATEGORIES= news gnome MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ \ ftp://source.rebelbase.com/pub/pan/obsolete/ @@ -33,7 +33,7 @@ CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ pre-fetch: @${ECHO} @${ECHO} "Must have FreeBSD-3.0 or greater due to" - @${ECHO} "the use of the thread library." + @${ECHO} "the use of the pthread library." @${ECHO} .endif |