diff options
author | ale <ale@FreeBSD.org> | 2010-06-18 20:42:50 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-06-18 20:42:50 +0800 |
commit | 64909c856ef815b3aed637ac22a33cd5fec98dbe (patch) | |
tree | 4c090b30d605e08e20cf916e31ed24e7a1b2ed8e /www/ilias | |
parent | 7215ea8ff703efada16f0bedd6c9f39cfac8854c (diff) | |
download | freebsd-ports-gnome-64909c856ef815b3aed637ac22a33cd5fec98dbe.tar.gz freebsd-ports-gnome-64909c856ef815b3aed637ac22a33cd5fec98dbe.tar.zst freebsd-ports-gnome-64909c856ef815b3aed637ac22a33cd5fec98dbe.zip |
Remove wrong hard-coded dependencies to MySQL 5.0.
Feature safe: yes
Diffstat (limited to 'www/ilias')
-rw-r--r-- | www/ilias/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/ilias/Makefile b/www/ilias/Makefile index 645a455cc5fd..4b0e70a2ca56 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -27,10 +27,7 @@ CONFLICTS= ilias-3.[0-9].* NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message -USE_MYSQL= yes -DEFAULT_MYSQL_VER= 50 USE_PHP= mysql session zlib gd pdf dom xsl pcre -DEFAULT_PHP_VER= 5 WRKSRC= ${WRKDIR}/ilias ILIASDIR= www/ilias ILIASDATADIR= www/iliasdata |