summaryrefslogtreecommitdiff
path: root/devel/rt3
diff options
context:
space:
mode:
authorseb <seb>2005-05-24 23:35:49 +0000
committerseb <seb>2005-05-24 23:35:49 +0000
commite3efb370f6aab2f03cd4035366dc5ab45415999a (patch)
treede1430f0185ab380ce98e5d5ef7c0ba3adff09e5 /devel/rt3
parentacc05f85d363a1b12499fbf5d050e3d5b6ea0b7b (diff)
downloadpkgsrc-e3efb370f6aab2f03cd4035366dc5ab45415999a.tar.gz
Use PKG_SUGGESTED_OPTIONS instead of PKG_DEFAULT_OPTIONS.
Approved by cube@
Diffstat (limited to 'devel/rt3')
-rw-r--r--devel/rt3/Makefile.options4
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"