svn commit: r492290 - head/net/ceph13

Tobias Kortkamp tobik at FreeBSD.org
Wed Feb 6 07:46:23 UTC 2019


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


More information about the svn-ports-all mailing list