summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-30 02:54:28 +0000
committerdholland <dholland@pkgsrc.org>2012-04-30 02:54:28 +0000
commitd7895f4938d24b7dac2ae479458ef55d494e3669 (patch)
treea0d7c1ed07fd39853dd47fb7efd0c0fb2824e313
parenta360a837f966f82f364effdd79839b636fd5b5cc (diff)
downloadpkgsrc-d7895f4938d24b7dac2ae479458ef55d494e3669.tar.gz
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.
-rw-r--r--graphics/aqsis/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/aqsis/options.mk b/graphics/aqsis/options.mk
index 228e35678dd..d37507b7a87 100644
--- a/graphics/aqsis/options.mk
+++ b/graphics/aqsis/options.mk
@@ -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)