diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-08 16:17:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-08 16:17:04 +0000 |
commit | 27cae62d463c334836269ce5afaf772320a5b89e (patch) | |
tree | 2dbb65466e44152f08bc0f6d969c6e4ab5861217 /audio/xmms/Makefile | |
parent | 11382ac762222dd034eee44590342d2b86a6c7d5 (diff) | |
download | pkgsrc-27cae62d463c334836269ce5afaf772320a5b89e.tar.gz |
These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
Diffstat (limited to 'audio/xmms/Makefile')
-rw-r--r-- | audio/xmms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 140e89ccbc5..c2ff8ee6250 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2002/08/08 14:45:50 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2002/08/08 16:17:06 jlam Exp $ # FreeBSD: ports/audio/xmms/Makefile,v 1.9 2000/02/11 01:46:12 cpiazza Exp DISTNAME= xmms-1.2.7 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \ ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/ |