aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-10-17 12:35:02 +0800
committerdougb <dougb@FreeBSD.org>2011-10-17 12:35:02 +0800
commit1e45c82800003881f68ecd40478aa7d38a698dc2 (patch)
tree4dd7768778f5758186d364b5712dc0979a1ec001 /ports-mgmt
parenta97fa1b76b6539504f41723c74ba97e3232b8fb7 (diff)
downloadfreebsd-ports-graphics-1e45c82800003881f68ecd40478aa7d38a698dc2.tar.gz
freebsd-ports-graphics-1e45c82800003881f68ecd40478aa7d38a698dc2.tar.zst
freebsd-ports-graphics-1e45c82800003881f68ecd40478aa7d38a698dc2.zip
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/tinderbox/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index 62568ddf094..9d26359f67f 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -66,8 +66,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/pear/MDB2/Driver/mysql.php:${PORTSDIR}/database
USE_PHP+= mysql
.endif
USE_MYSQL= yes
-IGNORE_WITH_MYSQL= 323 40
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER:S/323//}
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
.endif
.if defined(WITH_CVSUP)