diff options
Diffstat (limited to 'databases/mysql-proxy/Makefile')
-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 |