diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /dns/unbound | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) | |
download | ports-a9425224f10817058f5b991255cf3a7c71c0b356.tar.gz ports-a9425224f10817058f5b991255cf3a7c71c0b356.zip |
Notes
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 0bb4f88e092f..f0bbee203999 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -3,7 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -57,7 +57,7 @@ GOST_CONFIGURE_ENABLE= gost GOST_VARS= DEPENDS_ARGS+=WITH_GOST=yes LIBEVENT_CONFIGURE_WITH=libevent LIBEVENT_CPPFLAGS+= $$(pkg-config libevent --cflags-only-I) -LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2 +LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent LIBEVENT_LDFLAGS+= $$(pkg-config libevent --libs-only-L) LIBEVENT_USES= pkgconfig MUNIN_PLUGIN_SUB_FILES= pkg-message |