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/amarok | |
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/amarok')
-rw-r--r-- | audio/amarok/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index a370febe024..f363da372b6 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2005/11/17 16:45:52 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/11 09:40:37 wiz Exp $ DISTNAME= amarok-1.3.6 +PKGREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amarok/} EXTRACT_SUFX= .tar.bz2 |