diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 20:05:08 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 20:05:08 +0000 |
commit | cde6fd8fae4ebd49a977206dad2318f5f794f714 (patch) | |
tree | 2c7a3d3a0bc7f0bb645ad4954613b0a3f95e07ff /audio/xmms | |
parent | 8a600b7041bffc782221d1ff5c9ef6906e5df2ae (diff) | |
download | pkgsrc-cde6fd8fae4ebd49a977206dad2318f5f794f714.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/xmms')
-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/ |