summaryrefslogtreecommitdiff
path: root/www/screws
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-06-19 01:46:35 +0000
committersalo <salo@pkgsrc.org>2005-06-19 01:46:35 +0000
commitb0aa0d46477834c9e7c5a50a567be6811719298a (patch)
tree28d8c2312567d380cd627fa86e92971c4704a781 /www/screws
parent4678563685255517efde6362033bcb4544eee6b6 (diff)
downloadpkgsrc-b0aa0d46477834c9e7c5a50a567be6811719298a.tar.gz
"inet6" option support is determined in bsd.prefs.mk, don't add it to
PKG_SUGGESTED_OPTIONS.
Diffstat (limited to 'www/screws')
-rw-r--r--www/screws/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/screws/options.mk b/www/screws/options.mk
index 1d005334939..4020ad38551 100644
--- a/www/screws/options.mk
+++ b/www/screws/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:40 dillo Exp $
+# $NetBSD: options.mk,v 1.3 2005/06/19 01:46:36 salo Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.screws
PKG_SUPPORTED_OPTIONS= inet6 lua ssl
-PKG_SUGGESTED_OPTIONS= inet6 lua ssl
+PKG_SUGGESTED_OPTIONS= lua ssl
.include "../../mk/bsd.options.mk"