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 /databases/mysqlard | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) | |
download | ports-7a0bd317631d50743f0a374e87553b67823ce01b.tar.gz ports-7a0bd317631d50743f0a374e87553b67823ce01b.zip |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Notes
Notes:
svn path=/head/; revision=280086
Diffstat (limited to 'databases/mysqlard')
-rw-r--r-- | databases/mysqlard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysqlard/Makefile b/databases/mysqlard/Makefile index d61c4ee4f4ea..c9e10464d053 100644 --- a/databases/mysqlard/Makefile +++ b/databases/mysqlard/Makefile @@ -7,7 +7,7 @@ PORTNAME= mysqlard PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases www MASTER_SITES= http://gert.sos.be/downloads/mysqlar/ @@ -17,7 +17,7 @@ COMMENT= A tool to collect and graph database statistics from mysql BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_APACHE= 1.3+ +USE_APACHE= 13+ USE_MYSQL= yes MYSQLARD_DIR?= ${PREFIX}/www/mysqlard |