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 /devel/cdash | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) | |
download | ports-7a0bd317631d50743f0a374e87553b67823ce01b.tar.gz ports-7a0bd317631d50743f0a374e87553b67823ce01b.zip |
Notes
Diffstat (limited to 'devel/cdash')
-rw-r--r-- | devel/cdash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile index e347e9bc363f..0b982ad3c6a0 100644 --- a/devel/cdash/Makefile +++ b/devel/cdash/Makefile @@ -7,6 +7,7 @@ PORTNAME= cdash PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.cdash.org/download/ DISTNAME= CDash-${PORTVERSION} @@ -21,7 +22,7 @@ OPTIONS= MYSQL "Use MySQL" on \ USE_ZIP= yes USE_PHP= curl gd xsl -USE_APACHE_RUN= 2.0+ +USE_APACHE_RUN= 20+ NO_BUILD= yes SUB_FILES= pkg-message |