diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-10 22:47:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-10 22:47:07 +0000 |
commit | 21db6262854d88c7d918fa5fc9c49281d54dce43 (patch) | |
tree | ba5baba3ddaf7fc0e048b5231973aaf0cac29801 /www/mediawiki16 | |
parent | 903667fec9e781f27fdcd284849ec589ad355c31 (diff) | |
download | ports-21db6262854d88c7d918fa5fc9c49281d54dce43.tar.gz ports-21db6262854d88c7d918fa5fc9c49281d54dce43.zip |
Notes
Diffstat (limited to 'www/mediawiki16')
-rw-r--r-- | www/mediawiki16/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mediawiki16/Makefile b/www/mediawiki16/Makefile index 532e26b28c3e..2346a6c6cfc9 100644 --- a/www/mediawiki16/Makefile +++ b/www/mediawiki16/Makefile @@ -16,11 +16,12 @@ COMMENT= The wiki engine used by Wikipedia CONFLICTS= mediawiki-1.[0-57-9].* +NO_LATEST_LINK= yes + NO_BUILD= yes USE_PHP= iconv mbstring pcre session xml zlib readline WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki -LATEST_LINK= ${PORTNAME}16 OPTIONS= PGSQL "Use PostgreSQL instead of MySQL (not funtional)" off \ LDAP "Use LDAP authentication" off @@ -31,7 +32,7 @@ OPTIONS= PGSQL "Use PostgreSQL instead of MySQL (not funtional)" off \ USE_PHP+= pgsql IGNORE= the table definitions for PostgreSQL install are out of date.\ PostgreSQL support may return in later releases, pending appropriate patches.\ - Use www/mediawiki15 for while + Use www/mediawiki17 from now on .else USE_PHP+= mysql .endif |