summaryrefslogtreecommitdiff
path: root/sysutils/watchmen
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-12-28 19:03:02 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-12-28 19:03:02 +0000
commit303e871aaadda6b73c9c9d573b11357160ece73c (patch)
tree309a4825eb9e77cca3e3ad19e04af83d38d50d6f /sysutils/watchmen
parent084838b8d4975dde8eea6b8a64eab3276271b766 (diff)
Notes
Diffstat (limited to 'sysutils/watchmen')
-rw-r--r--sysutils/watchmen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/watchmen/Makefile b/sysutils/watchmen/Makefile
index 909c85fac678..74d1117c98c1 100644
--- a/sysutils/watchmen/Makefile
+++ b/sysutils/watchmen/Makefile
@@ -7,6 +7,7 @@
PORTNAME= watchmen
PORTVERSION= 0.07
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
@@ -43,7 +44,7 @@ RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
-RUN_DEPENDS+= p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
+RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}