From f81ae835adc78533f22ce227d12d3f56e6076f1a Mon Sep 17 00:00:00 2001 From: dillo Date: Tue, 31 May 2005 10:01:36 +0000 Subject: Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz. --- www/screws/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/screws') diff --git a/www/screws/options.mk b/www/screws/options.mk index faabe4dd065..1d005334939 100644 --- a/www/screws/options.mk +++ b/www/screws/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.1 2005/03/20 17:52:20 jmmv Exp $ +# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:40 dillo Exp $ # -PKG_DEFAULT_OPTIONS+= inet6 lua ssl PKG_OPTIONS_VAR= PKG_OPTIONS.screws PKG_SUPPORTED_OPTIONS= inet6 lua ssl +PKG_SUGGESTED_OPTIONS= inet6 lua ssl .include "../../mk/bsd.options.mk" -- cgit v1.2.3