pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kde-runtime4 s/PKG_DEFAULT_OPTIONS/PKG_SUGGESTED_O...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef5e6348bec8
branches:  trunk
changeset: 601731:ef5e6348bec8
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Mar 25 20:11:28 2012 +0000

description:
s/PKG_DEFAULT_OPTIONS/PKG_SUGGESTED_OPTIONS/  noted by John Marino.
Bump PKGREVISION

diffstat:

 x11/kde-runtime4/Makefile   |  3 ++-
 x11/kde-runtime4/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6a0ad66b2569 -r ef5e6348bec8 x11/kde-runtime4/Makefile
--- a/x11/kde-runtime4/Makefile Sun Mar 25 20:06:04 2012 +0000
+++ b/x11/kde-runtime4/Makefile Sun Mar 25 20:11:28 2012 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2012/03/20 01:39:55 dholland Exp $
+# $NetBSD: Makefile,v 1.3 2012/03/25 20:11:28 markd Exp $
 
 DISTNAME=      kde-runtime-${_KDE_VERSION}
 PKGNAME=       ${DISTNAME:S/-4/4-4/}
+PKGREVISION=   1
 CATEGORIES=    x11
 COMMENT=       Runtime requirements for the KDE integrated X11 desktop
 
diff -r 6a0ad66b2569 -r ef5e6348bec8 x11/kde-runtime4/options.mk
--- a/x11/kde-runtime4/options.mk       Sun Mar 25 20:06:04 2012 +0000
+++ b/x11/kde-runtime4/options.mk       Sun Mar 25 20:11:28 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2012/03/19 19:44:03 markd Exp $
+# $NetBSD: options.mk,v 1.2 2012/03/25 20:11:28 markd Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kde-runtime4
 PKG_SUPPORTED_OPTIONS= samba alsa
-PKG_DEFAULT_OPTIONS=   samba alsa
+PKG_SUGGESTED_OPTIONS= samba alsa
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index