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 | 4d147ec19bab7ad1628dfead37b782c7fa932941 (patch) | |
tree | 833777ff9c9882d5f6516d9f65a2944f5dd58aef /audio/xmms-tv-scope | |
parent | 288eb75ae208e7d3fcae10c0a416a02496d1cd95 (diff) | |
download | pkgsrc-4d147ec19bab7ad1628dfead37b782c7fa932941.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 'audio/xmms-tv-scope')
-rw-r--r-- | audio/xmms-tv-scope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-tv-scope/Makefile b/audio/xmms-tv-scope/Makefile index d3f473ab03f..df1336d5bc5 100644 --- a/audio/xmms-tv-scope/Makefile +++ b/audio/xmms-tv-scope/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2005/12/05 20:49:50 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/11 09:40:38 wiz Exp $ # DISTNAME= tv_scope-0.0.2 PKGNAME= xmms-tv-scope-0.0.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= xmms audio MASTER_SITES= http://staff.xmms.org/zinx/xmms/ |