Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 12:52:14 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476355 - head/devel/libubox
Message-ID:  <201808041252.w74CqEAN072702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Sat Aug  4 12:52:14 2018
New Revision: 476355
URL: https://svnweb.freebsd.org/changeset/ports/476355

Log:
  devel/libubox: use pkgconfig

Modified:
  head/devel/libubox/Makefile

Modified: head/devel/libubox/Makefile
==============================================================================
--- head/devel/libubox/Makefile	Sat Aug  4 12:42:41 2018	(r476354)
+++ head/devel/libubox/Makefile	Sat Aug  4 12:52:14 2018	(r476355)
@@ -12,7 +12,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libjson-c.so:devel/json-c
 
-USES=		cmake lua:51 tar:xz
+USES=		cmake pkgconfig lua:51
 USE_GITHUB=	yes
 GH_ACCOUNT=	mmatuska
 GH_TAGNAME=	c83a84af



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