diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-17 12:35:02 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-17 12:35:02 +0800 |
commit | 1e45c82800003881f68ecd40478aa7d38a698dc2 (patch) | |
tree | 4dd7768778f5758186d364b5712dc0979a1ec001 /ports-mgmt | |
parent | a97fa1b76b6539504f41723c74ba97e3232b8fb7 (diff) | |
download | freebsd-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/Makefile | 3 |
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) |