Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 23:33:41 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481078 - head/dns/unbound
Message-ID:  <201810012333.w91NXfwr097710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Oct  1 23:33:41 2018
New Revision: 481078
URL: https://svnweb.freebsd.org/changeset/ports/481078

Log:
  dns/unbound: remove unnecessary LIBEVENT_USES
  
  PR:		231488
  Submitted by:	jaap@NLnetLabs.nl (maintainer)

Modified:
  head/dns/unbound/Makefile   (contents, props changed)

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Mon Oct  1 23:25:25 2018	(r481077)
+++ head/dns/unbound/Makefile	Mon Oct  1 23:33:41 2018	(r481078)
@@ -71,7 +71,6 @@ LIBEVENT_CONFIGURE_WITH=libevent
 LIBEVENT_CPPFLAGS+=	$$(pkg-config libevent --cflags-only-I)
 LIBEVENT_LIB_DEPENDS=	libevent.so:devel/libevent
 LIBEVENT_LDFLAGS+=	$$(pkg-config libevent --libs-only-L)
-LIBEVENT_USES=		pkgconfig
 MUNIN_PLUGIN_SUB_FILES=	pkg-message
 PYTHON_BUILD_DEPENDS=	swig3.0:devel/swig30
 PYTHON_CONFIGURE_ON=	--with-pyunbound=yes --with-pythonmodule=yes \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810012333.w91NXfwr097710>