diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-04-16 02:55:47 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-04-16 02:55:47 +0800 |
commit | 08a560ba4611eace092d2bf47d9033a335a544f6 (patch) | |
tree | b19a40a15b25944ec88091d61743cee987ffc1d4 /www | |
parent | 8cc387df110abca9f146e2422c8aaa99a41d4143 (diff) | |
download | freebsd-ports-gnome-08a560ba4611eace092d2bf47d9033a335a544f6.tar.gz freebsd-ports-gnome-08a560ba4611eace092d2bf47d9033a335a544f6.tar.zst freebsd-ports-gnome-08a560ba4611eace092d2bf47d9033a335a544f6.zip |
- fix CAT Makefile and connect new mod_python35
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 3630acdeccfc..a2ff0a1c4449 100644 --- a/www/Makefile +++ b/www/Makefile @@ -512,7 +512,8 @@ SUBDIR += mod_proxy_html SUBDIR += mod_proxy_uwsgi SUBDIR += mod_proxy_xml - SUBDIR += mod_python3 + SUBDIR += mod_python33 + SUBDIR += mod_python35 SUBDIR += mod_qos SUBDIR += mod_remoteip SUBDIR += mod_reproxy |