aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-01-07 01:07:55 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-01-07 01:07:55 +0000
commitc3142025cdee862235e35972649531f7919bd3d8 (patch)
tree0c430563f422ba94eadd69271e0d8a3eb62ecd6a /databases
parent5e03a86234bb34556aef99d2778363d8cb4b6b9c (diff)
downloadports-c3142025cdee862235e35972649531f7919bd3d8.tar.gz
ports-c3142025cdee862235e35972649531f7919bd3d8.zip
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts, because wow.
Notes
Notes: svn path=/head/; revision=430761
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-proxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile
index c0e273dda8bd..8a3bc157ae4b 100644
--- a/databases/mysql-proxy/Makefile
+++ b/databases/mysql-proxy/Makefile
@@ -12,8 +12,7 @@ COMMENT= Monitor, analyze, or transform the communication of MySQL
LICENSE= GPLv2
-LIB_DEPENDS= libevent.so:devel/libevent2 \
- libglib-2.0.so:devel/glib20
+LIB_DEPENDS= libevent.so:devel/libevent2
CONFIGURE_ARGS+= --with-lua=lua-${LUA_VER} --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained
CFLAGS+= -I${LOCALBASE}/include
@@ -21,6 +20,7 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH="${LUA_PREFIX}/share/doc/${LUA_SUBDIR}/etc"
LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR}
GNU_CONFIGURE= yes
USES= pkgconfig lua:51 iconv libtool
+USE_GNOME= glib20
USE_LDCONFIG= yes
USE_MYSQL= yes
USE_RC_SUBR= mysql-proxy