aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-17 04:35:02 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-17 04:35:02 +0000
commit7ec7e2a3cf3c83af42e57736ddd0f1d39b8b8de7 (patch)
treefd55449f6086b0a869da974df6a604701bb2e090 /ports-mgmt
parent6c1dfce3fe941fceb40adc5f8bd719ebe26daf67 (diff)
downloadports-7ec7e2a3cf3c83af42e57736ddd0f1d39b8b8de7.tar.gz
ports-7ec7e2a3cf3c83af42e57736ddd0f1d39b8b8de7.zip
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40
Notes
Notes: svn path=/head/; revision=283682
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 62568ddf0942..9d26359f67fa 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)