Date: Sat, 24 Apr 2021 06:45:52 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3455b276e6df - main - net-mgmt/pmacct: Use opt_LIB_DEPENDS Message-ID: <202104240645.13O6jqVX068740@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=3455b276e6dfdef018cc578e5b6802963118af71 commit 3455b276e6dfdef018cc578e5b6802963118af71 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-04-22 08:10:00 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-04-24 06:46:11 +0000 net-mgmt/pmacct: Use opt_LIB_DEPENDS --- net-mgmt/pmacct/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 30979fe4716c..314230e3e2d4 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= MYSQL PGSQL SQLITE3 LAYER2 DEBUG GEOIP2 \ DOCS PLABEL RABBITMQ REDIS KAFKA AVRO EXAMPLES OPTIONS_DEFAULT=LAYER2 -OPTIONS_SUB= 1 +OPTIONS_SUB= yes AVRO_DESC= Enable avro support GEOIP2_DESC= Enable GeoIPv2 (libmaxminddb) support @@ -48,19 +48,19 @@ LAYER2_CONFIGURE_ENABLE= l2 PLABEL_CONFIGURE_ENABLE= plabel DEBUG_CONFIGURE_ENABLE= debug -RABBITMQ_VARS= LIB_DEPENDS+=librabbitmq.so:net/rabbitmq-c-devel +RABBITMQ_LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c-devel RABBITMQ_CONFIGURE_ENABLE= rabbitmq -REDIS_VARS= LIB_DEPENDS+=libhiredis.so:databases/hiredis +REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_CONFIGURE_ENABLE= redis -KAFKA_VARS= LIB_DEPENDS+=librdkafka.so:net/librdkafka +KAFKA_LIB_DEPENDS= librdkafka.so:net/librdkafka KAFKA_CONFIGURE_ENABLE= kafka -AVRO_VARS= LIB_DEPENDS+=libavro.so:devel/avro-c +AVRO_LIB_DEPENDS= libavro.so:devel/avro-c AVRO_CONFIGURE_ENABLE= avro -GEOIP2_VARS= LIB_DEPENDS+=libmaxminddb.so:net/libmaxminddb +GEOIP2_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb GEOIP2_CONFIGURE_ENABLE= geoipv2 .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104240645.13O6jqVX068740>