aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysqldumper
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2011-08-21 01:27:52 +0800
committerohauer <ohauer@FreeBSD.org>2011-08-21 01:27:52 +0800
commitbb1dbd525b77581fe2c3f1a8a08bcd09858c4e66 (patch)
tree0568d65daffcf341d48d7a3227af1e668328225a /databases/mysqldumper
parentd556b7fc223f0d881ea168a584545ca3278e9756 (diff)
downloadfreebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.gz
freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.zst
freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.zip
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'databases/mysqldumper')
-rw-r--r--databases/mysqldumper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysqldumper/Makefile b/databases/mysqldumper/Makefile
index 6af5355d431a..ef52f2b9fe40 100644
--- a/databases/mysqldumper/Makefile
+++ b/databases/mysqldumper/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mysqldumper
PORTVERSION= 1.24.2
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/MySQLDumper/
DISTNAME= MySQLDumper${PORTVERSION}
@@ -31,7 +32,7 @@ WWWGRP= ${WWWOWN}
.include <bsd.port.options.mk>
.if defined(WITH_APACHE)
-USE_APACHE= 1.3+
+USE_APACHE= 13+
.endif
.if defined(WITH_LIGHTTPD)
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd