diff options
author | obache <obache> | 2013-09-19 05:03:13 +0000 |
---|---|---|
committer | obache <obache> | 2013-09-19 05:03:13 +0000 |
commit | cc05076199465c1f7ad5e0c89cd9a15cd050d24f (patch) | |
tree | dd3967c4f3bd644c2b09bb71bda08492f5c74ac5 | |
parent | 347e4073340d993faa4bc912361bd0fce2e6fafe (diff) | |
download | pkgsrc-cc05076199465c1f7ad5e0c89cd9a15cd050d24f.tar.gz |
MySQL-5.0 had been removed from pkgsrc, change to accept any version of mysql.
-rw-r--r-- | geography/mapserver/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/mapserver/options.mk b/geography/mapserver/options.mk index d363bb29f0e..3907921fef9 100644 --- a/geography/mapserver/options.mk +++ b/geography/mapserver/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2010/04/27 14:24:14 matthias Exp $ +# $NetBSD: options.mk,v 1.4 2013/09/19 05:03:13 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mapserver PKG_SUPPORTED_OPTIONS= fastcgi pgsql mysql x11 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-postgis # MySQL/MyGIS support # .if !empty(PKG_OPTIONS:Mmysql) -.include "../../databases/mysql5-client/buildlink3.mk" +.include "../../mk/mysql.buildlink3.mk" CONFIGURE_ARGS+= --with-mygis .endif |