diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-20 10:57:04 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-20 10:57:04 +0800 |
commit | 37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /databases/mysql-proxy | |
parent | 3dcb47fa66f80920ebd69fe143bd3c3db57d31f0 (diff) | |
download | freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.gz freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.zst freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.zip |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
Diffstat (limited to 'databases/mysql-proxy')
-rw-r--r-- | databases/mysql-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 7e62f058e8b5..4d208225a27b 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= mysql-proxy PORTVERSION= 0.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= MYSQL/MySQL-Proxy @@ -12,7 +12,7 @@ COMMENT= Monitor, analyze, or transform the communication of MySQL LICENSE= GPLv2 -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent CONFIGURE_ARGS+= --with-lua=lua-${LUA_VER} --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained CFLAGS+= -I${LOCALBASE}/include |