diff options
author | rh <rh> | 2002-10-27 08:31:54 +0000 |
---|---|---|
committer | rh <rh> | 2002-10-27 08:31:54 +0000 |
commit | eab7132e545bd724741eb4c9222d70b3fa5c4c05 (patch) | |
tree | 76c16a1113f10514e169e023ae1541eb3ad5d979 /news/pan/Makefile | |
parent | 86fa449745f2b311824f29f2cd1b3eea1fa1db0c (diff) | |
download | pkgsrc-eab7132e545bd724741eb4c9222d70b3fa5c4c05.tar.gz |
Check for pth, not NetBSD, so that this compiles with native threads.
Bump PKGREVISION.
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r-- | news/pan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 852936324e9..48f9d2fca81 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2002/10/05 11:51:14 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2002/10/27 08:31:54 rh Exp $ # DISTNAME= pan-0.11.4 +PKGREVISION= 1 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/SOURCE/ EXTRACT_SUFX= .tar.bz2 |