diff options
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 2773065b80b9..c946869ea9e4 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -33,6 +33,7 @@ OPTIONS_DEFAULT= BDB # SQLITE "Use SQLite instead of BDB" off \ # VIRTUOSO "Use Virtoso instead of BDB" off +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBDB} |