diff options
author | rh <rh@pkgsrc.org> | 2002-10-27 07:31:11 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-27 07:31:11 +0000 |
commit | 31edad2bfbf4613e3c5dc424307822d0f7acf352 (patch) | |
tree | 9c1387fe29eb6f4efcfdffc58fd390a419af41d9 /audio/xmms-mad/Makefile | |
parent | cca540240af9e502a9ffef70e1145164db64c3c9 (diff) | |
download | pkgsrc-31edad2bfbf4613e3c5dc424307822d0f7acf352.tar.gz |
Check for pth, not NetBSD, so this package compiles with native threads.
Bump pkgrevision.
Diffstat (limited to 'audio/xmms-mad/Makefile')
-rw-r--r-- | audio/xmms-mad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile index 53d64aede0c..b0097ea1f73 100644 --- a/audio/xmms-mad/Makefile +++ b/audio/xmms-mad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/10/17 00:06:47 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/27 07:31:11 rh Exp $ # DISTNAME= xmms-mad-0.0.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.superduper.net/downloads/xmms-mad/ |