From e3efb370f6aab2f03cd4035366dc5ab45415999a Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 24 May 2005 23:35:49 +0000 Subject: Use PKG_SUGGESTED_OPTIONS instead of PKG_DEFAULT_OPTIONS. Approved by cube@ --- devel/rt3/Makefile.options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/rt3/Makefile.options b/devel/rt3/Makefile.options index b04a8ef1922..09cda3e4bca 100644 --- a/devel/rt3/Makefile.options +++ b/devel/rt3/Makefile.options @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.options,v 1.2 2004/08/22 19:32:51 jlam Exp $ +# $NetBSD: Makefile.options,v 1.3 2005/05/24 23:35:49 seb Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.rt PKG_SUPPORTED_OPTIONS= backend-mysql backend-pgsql \ frontend-modperl1 frontend-modperl2 \ frontend-fastcgi -PKG_DEFAULT_OPTIONS?= backend-mysql frontend-fastcgi +PKG_SUGGESTED_OPTIONS?= backend-mysql frontend-fastcgi .include "../../mk/bsd.options.mk" -- cgit v1.2.3