diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
commit | 821843ca06f2354ffe250825fcdffabb6d0caefa (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /databases/mysql-proxy | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) | |
download | ports-821843ca06f2354ffe250825fcdffabb6d0caefa.tar.gz ports-821843ca06f2354ffe250825fcdffabb6d0caefa.zip |
Notes
Diffstat (limited to 'databases/mysql-proxy')
-rw-r--r-- | databases/mysql-proxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 5f874962c0ef..b9cb60e8fba4 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -22,8 +22,7 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= PKG_CONFIG_PATH="${LUA_PREFIX}/share/doc/${LUA_SUBDIR}/etc" LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} GNU_CONFIGURE= yes -USE_GNOME= pkgconfig -USE_ICONV= yes +USES= pkgconfig iconv USE_LDCONFIG= yes USE_LUA= 5.1+ USE_MYSQL= yes |