diff options
author | ale <ale@FreeBSD.org> | 2006-05-13 14:57:44 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-13 14:57:44 +0800 |
commit | 365153a6ca217cf12a9a62dac90081312ed3ff53 (patch) | |
tree | 6b9189d7612d0ab5b390b080bd341eed98629154 /devel/bugzilla3 | |
parent | 18ae1abf6c62bfe0b56b605c3ed75ba69f1ef093 (diff) | |
download | freebsd-ports-gnome-365153a6ca217cf12a9a62dac90081312ed3ff53.tar.gz freebsd-ports-gnome-365153a6ca217cf12a9a62dac90081312ed3ff53.tar.zst freebsd-ports-gnome-365153a6ca217cf12a9a62dac90081312ed3ff53.zip |
Remove redundant DEFAULT_MYSQL_VER and fix package for the future mysql
default version bump.
Diffstat (limited to 'devel/bugzilla3')
-rw-r--r-- | devel/bugzilla3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index bffa2d79054c..be171d80abd6 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -59,7 +59,6 @@ DATA_DIRS_LIST= images js skins/standard skins/standard/global \ .ifdef WITH_MYSQL RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql USE_MYSQL= yes -DEFAULT_MYSQL_VER= 41 BROKEN_WITH_MYSQL= 323 .endif |