svn commit: r481078 - head/dns/unbound

Steve Wills swills at FreeBSD.org
Mon Oct 1 23:33:42 UTC 2018


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 at 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 \


More information about the svn-ports-head mailing list