Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2019 07:46:22 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492290 - head/net/ceph13
Message-ID:  <201902060746.x167kM25077952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Feb  6 07:46:22 2019
New Revision: 492290
URL: https://svnweb.freebsd.org/changeset/ports/492290

Log:
  net/ceph13: Use USES=pkgconfig

Modified:
  head/net/ceph13/Makefile

Modified: head/net/ceph13/Makefile
==============================================================================
--- head/net/ceph13/Makefile	Wed Feb  6 07:21:29 2019	(r492289)
+++ head/net/ceph13/Makefile	Wed Feb  6 07:46:22 2019	(r492290)
@@ -20,7 +20,6 @@ BUILD_DEPENDS=	\
 	bash:shells/bash \
 	git:devel/git \
 	yasm:devel/yasm \
-	pkgconf:devel/pkgconf \
 	sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \
 	gperf:devel/gperf \
 	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
@@ -47,7 +46,8 @@ RUN_DEPENDS=	\
 	virtualenv:devel/py-virtualenv@${PY_FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR}
 
-USES=	gmake cmake:noninja python:2.7 fuse gettext-runtime shebangfix ssl
+USES=		cmake:noninja fuse gettext-runtime gmake pkgconfig python:2.7 \
+		shebangfix ssl
 USE_PYTHON=	cython
 USE_OPENLDAP=	yes
 USE_GITHUB=	yes



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