diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 18:36:16 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 18:36:16 +0000 |
commit | f0229aab54b772b41a9c415e060966edd224fbd6 (patch) | |
tree | 01d887f81b4a19b4080524459aff15fedda1fb0b /ports-mgmt/tinderbox | |
parent | b990a496b17f4bc8d19687d4272c3dc1a410bed4 (diff) | |
download | ports-f0229aab54b772b41a9c415e060966edd224fbd6.tar.gz ports-f0229aab54b772b41a9c415e060966edd224fbd6.zip |
Notes
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 8817eabe7c38..b78ef58dfc8d 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -80,7 +80,7 @@ RUN_DEPENDS+= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite .endif .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22+ +USES+= apache:run,2.2+ .elif ${PORT_OPTIONS:MLIGHTTPD} RUN_DEPENDS+= lighttpd:www/lighttpd .elif ${PORT_OPTIONS:MHIAWATHA} |