diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2015-03-31 22:14:06 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2015-03-31 22:14:06 +0000 |
commit | b7266c36fe70706f36630e0720257a3f511f2d41 (patch) | |
tree | a8ee1259d3d19e7af6c6ddf09051e6bc53957fec /www/mod_python35 | |
parent | d37aded918879a78f704557d9c124ecac217eccd (diff) |
Notes
Diffstat (limited to 'www/mod_python35')
-rw-r--r-- | www/mod_python35/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_python35/Makefile b/www/mod_python35/Makefile index 461bf06d31a4..06e6827d0364 100644 --- a/www/mod_python35/Makefile +++ b/www/mod_python35/Makefile @@ -20,7 +20,8 @@ LICENSE= APACHE20 CONFLICTS_INSTALL= ap2[24]-mod_python3[^5]* USE_APACHE= 22+ -USES= python tar:tgz +USES= cpe python tar:tgz +CPE_VENDOR= apache GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs="${APXS}" \ |