pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/aqsis Switch the qt4 option on by default, as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/318aa193722f
branches:  trunk
changeset: 603198:318aa193722f
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Apr 30 02:54:28 2012 +0000

description:
Switch the qt4 option on by default, as it turns out it works and (to
my surprise) doesn't require PLIST additions. Ride the update as it was
less than an hour ago.

diffstat:

 graphics/aqsis/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 43358aa66340 -r 318aa193722f graphics/aqsis/options.mk
--- a/graphics/aqsis/options.mk Mon Apr 30 02:53:47 2012 +0000
+++ b/graphics/aqsis/options.mk Mon Apr 30 02:54:28 2012 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: options.mk,v 1.1 2012/04/30 01:59:12 dholland Exp $
+# $NetBSD: options.mk,v 1.2 2012/04/30 02:54:28 dholland Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.aqsis
 PKG_SUPPORTED_OPTIONS= qt4
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= qt4
 
 .include "../../mk/bsd.options.mk"
 
+# not actually used, at least for now
 PLIST_VARS+=   qt4
 
 .if !empty(PKG_OPTIONS:Mqt4)



Home | Main Index | Thread Index | Old Index