summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2012-03-25 20:11:28 +0000
committermarkd <markd@pkgsrc.org>2012-03-25 20:11:28 +0000
commit5d28f192f49e33ffa7daf0e72b0d510d36a79849 (patch)
tree9013e2fe80795486d48e772c8f9a2f3ca629b3a2
parentffc44c5f72b29194927536c58ad9e00c5e2f4d8c (diff)
downloadpkgsrc-5d28f192f49e33ffa7daf0e72b0d510d36a79849.tar.gz
s/PKG_DEFAULT_OPTIONS/PKG_SUGGESTED_OPTIONS/ noted by John Marino.
Bump PKGREVISION
-rw-r--r--x11/kde-runtime4/Makefile3
-rw-r--r--x11/kde-runtime4/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/kde-runtime4/Makefile b/x11/kde-runtime4/Makefile
index 74abbc9ca84..bb358fa7f83 100644
--- a/x11/kde-runtime4/Makefile
+++ b/x11/kde-runtime4/Makefile
@@ -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 --git a/x11/kde-runtime4/options.mk b/x11/kde-runtime4/options.mk
index 1cc58b6ab09..5b29716a26a 100644
--- a/x11/kde-runtime4/options.mk
+++ b/x11/kde-runtime4/options.mk
@@ -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"