diff options
author | seb <seb@pkgsrc.org> | 2005-05-24 23:35:49 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-05-24 23:35:49 +0000 |
commit | aa3f6a27132d589aa6848eb0b00be73ab59b4129 (patch) | |
tree | de1430f0185ab380ce98e5d5ef7c0ba3adff09e5 /devel | |
parent | 93521480a1bdb2863bce0d2ff798022c511575c8 (diff) | |
download | pkgsrc-aa3f6a27132d589aa6848eb0b00be73ab59b4129.tar.gz |
Use PKG_SUGGESTED_OPTIONS instead of PKG_DEFAULT_OPTIONS.
Approved by cube@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rt3/Makefile.options | 4 |
1 files changed, 2 insertions, 2 deletions
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" |