diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /ports-mgmt/tinderbox | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) | |
download | ports-7a0bd317631d50743f0a374e87553b67823ce01b.tar.gz ports-7a0bd317631d50743f0a374e87553b67823ce01b.zip |
Notes
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index e042a61391cf..62568ddf0942 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -6,7 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ @@ -75,7 +75,7 @@ RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui .endif .if !defined(WITHOUT_APACHE) && defined(WITH_WEBUI) -USE_APACHE= 1.3+ +USE_APACHE= 13+ .elif defined(WITH_LIGHTTPD) && defined(WITH_WEBUI) RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd .elif defined(WITH_HIAWATHA) && defined(WITH_WEBUI) |