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 /misc/kdeaddons3 | |
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 'misc/kdeaddons3')
-rw-r--r-- | misc/kdeaddons3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile index f90f3c25e7d..3557b7490e1 100644 --- a/misc/kdeaddons3/Makefile +++ b/misc/kdeaddons3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2005/05/31 14:56:19 markd Exp $ +# $NetBSD: Makefile,v 1.34 2005/12/11 09:40:45 wiz Exp $ DISTNAME= kdeaddons-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= misc COMMENT= Add ons for the KDE integrated X11 desktop |