diff options
Diffstat (limited to 'www/blogsum/Makefile')
-rw-r--r-- | www/blogsum/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/blogsum/Makefile b/www/blogsum/Makefile index 356143712c57..961c5201cb53 100644 --- a/www/blogsum/Makefile +++ b/www/blogsum/Makefile @@ -18,10 +18,9 @@ RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-HTTP-Lite>=0:www/p5-HTTP-Lite \ ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 -USES= perl5 +USES= apache:run,2.2+ perl5 NO_BUILD= yes USE_PERL5= run -USE_APACHE_RUN= 22+ .include <bsd.port.pre.mk> |