diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-18 22:20:59 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-18 22:20:59 +0000 |
commit | 72286229e11bda480e9977898d7a5890f416e4a3 (patch) | |
tree | b459d88aef5bf72c550b79bf10aabf13e2011696 | |
parent | - more removing of old maintainer (diff) |
- Now works with newer MySQL versions
http://www.mnogosearch.org/doc33/msearch-install.html#sqlreq
PR: ports/134645
Submitted by: Helmut Schneider <jumper99@gmx.de>
Notes
Notes:
svn path=/head/; revision=234175
-rw-r--r-- | www/mnogosearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index df7d2d639e0c..9002790ab54c 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -7,6 +7,7 @@ PORTNAME= mnogosearch PORTVERSION= 3.3.9 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://www.mnogosearch.org/Download/ @@ -81,7 +82,6 @@ CONFIGURE_ARGS+= --with-msql=${LOCALBASE} .ifdef WITH_MYSQL USE_MYSQL= yes -WANT_MYSQL_VER= 41 CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .endif |