diff options
Diffstat (limited to 'www/roundup')
-rw-r--r-- | www/roundup/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/roundup/Makefile b/www/roundup/Makefile index f2305b1eb81c..aa0e59732328 100644 --- a/www/roundup/Makefile +++ b/www/roundup/Makefile @@ -18,6 +18,7 @@ USE_PYDISTUTILS=yes OPTIONS_DEFINE= SQLITE PGSQL MYSQL NLS OPTIONS_DEFAULT=SQLITE NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE} |