diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-05-23 02:34:05 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-05-23 02:34:05 +0800 |
commit | 273c9eda0d1be77bf3b05ab2fdcd0faf7328d48b (patch) | |
tree | ba49cc5ebf401ab8bac126e4dfb1142d4d50d742 /www | |
parent | 5cff50a9886b43bcd20ae5e92b5b981cb39dc659 (diff) | |
download | freebsd-ports-gnome-273c9eda0d1be77bf3b05ab2fdcd0faf7328d48b.tar.gz freebsd-ports-gnome-273c9eda0d1be77bf3b05ab2fdcd0faf7328d48b.tar.zst freebsd-ports-gnome-273c9eda0d1be77bf3b05ab2fdcd0faf7328d48b.zip |
- Turn off defualt documentation building
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-devel/Makefile b/www/py-django-devel/Makefile index 1b9b4218c786..c38b8c683983 100644 --- a/www/py-django-devel/Makefile +++ b/www/py-django-devel/Makefile @@ -39,7 +39,7 @@ OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \ MYSQL "MySQL support" off \ SQLITE "SQLite support" off \ FASTCGI "FastCGI support" off \ - DOCS "Install HTML documentation (requires Sphinx)" on + DOCS "Install HTML documentation (requires Sphinx)" off MAN1= daily_cleanup.1 django-admin.1 gather_profile_stats.1 |