summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsalo <salo>2005-06-19 01:46:35 +0000
committersalo <salo>2005-06-19 01:46:35 +0000
commitf2e9d2f50c6265a4122c79b42ae76ba64ac6ae3d (patch)
tree28d8c2312567d380cd627fa86e92971c4704a781 /www
parent4d0a57cb678b6a351113cd9a4fe9906092f609d9 (diff)
downloadpkgsrc-f2e9d2f50c6265a4122c79b42ae76ba64ac6ae3d.tar.gz
"inet6" option support is determined in bsd.prefs.mk, don't add it to
PKG_SUGGESTED_OPTIONS.
Diffstat (limited to 'www')
-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"