diff options
author | jschauma <jschauma> | 2003-03-09 20:05:08 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-09 20:05:08 +0000 |
commit | 883f1762bcdd9f8152408aea3e7f32337cc67e20 (patch) | |
tree | 2c7a3d3a0bc7f0bb645ad4954613b0a3f95e07ff /audio | |
parent | 379acaa82f7f70dc95405d9fa4ede4d021eb37e7 (diff) | |
download | pkgsrc-883f1762bcdd9f8152408aea3e7f32337cc67e20.tar.gz |
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index ffb397979b3..da12d0c3a17 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2002/12/20 21:34:25 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2003/03/09 20:13:04 jschauma Exp $ # DISTNAME= xmms-1.2.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \ ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/ |