diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-11 09:40:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-11 09:40:37 +0000 |
commit | 7e1c5bfbc985ec61c579342934a7cc56bc3d29bb (patch) | |
tree | 833777ff9c9882d5f6516d9f65a2944f5dd58aef /multimedia/smpeg-xmms | |
parent | f780690ac48a5897f358644a88dea818dc99db9e (diff) | |
download | pkgsrc-7e1c5bfbc985ec61c579342934a7cc56bc3d29bb.tar.gz |
Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
Diffstat (limited to 'multimedia/smpeg-xmms')
-rw-r--r-- | multimedia/smpeg-xmms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/smpeg-xmms/Makefile b/multimedia/smpeg-xmms/Makefile index a2af77c4b06..eaaab1f5f80 100644 --- a/multimedia/smpeg-xmms/Makefile +++ b/multimedia/smpeg-xmms/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:22 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/11 09:40:46 wiz Exp $ # DISTNAME= smpeg-xmms-0.3.5 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/ |