diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-20 19:57:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-20 19:57:16 +0800 |
commit | 51513e3b32ee6a70051999f5864e09ca5c43bf8d (patch) | |
tree | d05eb48161816e208c8f68a4aabfeee1c0475d8b /databases | |
parent | 4965d0f9f3b8d9ad07b5fca5b1e4ba6cff601b9b (diff) | |
download | freebsd-ports-gnome-51513e3b32ee6a70051999f5864e09ca5c43bf8d.tar.gz freebsd-ports-gnome-51513e3b32ee6a70051999f5864e09ca5c43bf8d.tar.zst freebsd-ports-gnome-51513e3b32ee6a70051999f5864e09ca5c43bf8d.zip |
Fix LIB_DEPENDS
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mariadb-server/Makefile | 2 | ||||
-rw-r--r-- | databases/memcached/Makefile | 2 | ||||
-rw-r--r-- | databases/memcachedb/Makefile | 2 | ||||
-rw-r--r-- | databases/memcacheq/Makefile | 2 | ||||
-rw-r--r-- | databases/mysql-proxy/Makefile | 2 | ||||
-rw-r--r-- | databases/sharedance/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/databases/mariadb-server/Makefile b/databases/mariadb-server/Makefile index d46c33513742..d10099873441 100644 --- a/databases/mariadb-server/Makefile +++ b/databases/mariadb-server/Makefile @@ -48,7 +48,7 @@ OPENSSL_DESC= Use OpenSSL instead of bundled yassl .if !defined(MARIADB_CLIENT_SLAVE) CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} -LIB_DEPENDS+= libevent-1.so:${PORTSDIR}/devel/libevent +LIB_DEPENDS+= libevent-1.4.so:${PORTSDIR}/devel/libevent MAN1= innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1 \ myisamlog.1 myisampack.1 mysql.server.1 mysql_client_test_embedded.1 \ diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 6c3f8c02c299..5fb75ba1b84b 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= swills@FreeBSD.org COMMENT= High-performance distributed memory object cache system -LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent TEST_DEPENDS= prove:${PORTSDIR}/lang/${PERL_PORT} \ git:${PORTSDIR}/devel/git diff --git a/databases/memcachedb/Makefile b/databases/memcachedb/Makefile index 7ee47b5cdfa4..1c891acbaa49 100644 --- a/databases/memcachedb/Makefile +++ b/databases/memcachedb/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= meritus@innervision.pl COMMENT= Distributed storage system designed for persistent -LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent CFLAGS= -I"${BDB_INCLUDE_DIR}" CONFIGURE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \ diff --git a/databases/memcacheq/Makefile b/databases/memcacheq/Makefile index 12ae6fbaa8c2..e3051679b9b6 100644 --- a/databases/memcacheq/Makefile +++ b/databases/memcacheq/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple queue service over Memcache LICENSE= BSD -LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent USE_CSTD= gnu89 CFLAGS+= -I"${BDB_INCLUDE_DIR}" diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index ac2233cf485b..5b31c1915912 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= MySQL-Proxy MAINTAINER= swills@FreeBSD.org COMMENT= Monitor, analyze, or transform the communication of MySQL -LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent \ +LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent \ libglib.so:${PORTSDIR}/devel/glib20 CONFIGURE_ARGS+= --with-lua=lua-5.1 --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained diff --git a/databases/sharedance/Makefile b/databases/sharedance/Makefile index b78f3ab00b8f..ef3f43e328af 100644 --- a/databases/sharedance/Makefile +++ b/databases/sharedance/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://download.pureftpd.org/pub/sharedance/ MAINTAINER= gslin@gslin.org COMMENT= A daemon to centralize keys and associated data -LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent CONFIGURE_ARGS= --with-largefile GNU_CONFIGURE= yes |