diff options
author | pawel <pawel@FreeBSD.org> | 2014-10-29 05:16:09 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-10-29 05:16:09 +0800 |
commit | 933b9a52dd8bc60577b4e808789951ff99b5d4ef (patch) | |
tree | 0eda34c1a9e9e2c3f6319e49b41cc973455e08be /net | |
parent | c7de50ac33665662f2557e9dbb58c3b8909d3fbf (diff) | |
download | freebsd-ports-gnome-933b9a52dd8bc60577b4e808789951ff99b5d4ef.tar.gz freebsd-ports-gnome-933b9a52dd8bc60577b4e808789951ff99b5d4ef.tar.zst freebsd-ports-gnome-933b9a52dd8bc60577b4e808789951ff99b5d4ef.zip |
Make database backends optional and off by default
Diffstat (limited to 'net')
-rw-r--r-- | net/yaz/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 044edbe1556d..4c3f10cad4f2 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -3,6 +3,7 @@ PORTNAME= yaz PORTVERSION= 5.4.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ @@ -26,12 +27,9 @@ CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \ PORTDOCS= * -OPTIONS_DEFINE= DOCS -OPTIONS_SINGLE= DB -OPTIONS_SINGLE_DB= MEMCACHED REDIS -OPTIONS_DEFAULT= REDIS +OPTIONS_DEFINE= DOCS MEMCACHED REDIS -MEMCACHED_DESC= Memcached distributed cache system support +MEMCACHED_DESC= Memcached distributed cache system support MEMCACHED_CONFIGURE_WITH= memcached MEMCACHED_LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached |