Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2017 09:25:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457502 - head/x11/libxcb
Message-ID:  <201712290925.vBT9PwSf026986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 29 09:25:58 2017
New Revision: 457502
URL: https://svnweb.freebsd.org/changeset/ports/457502

Log:
  Fix previous commit

Modified:
  head/x11/libxcb/Makefile

Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile	Fri Dec 29 09:23:27 2017	(r457501)
+++ head/x11/libxcb/Makefile	Fri Dec 29 09:25:58 2017	(r457502)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-st
 CONFIGURE_ARGS+=	--disable-build-docs --without-doxygen --enable-xinput
 
 XORG_CAT=	lib
-USES=		cpe gmake python,build
+USES=		cpe gmake python:build
 USE_GNOME=	libxslt:build
 USE_XORG=	xau xdmcp
 INSTALL_TARGET=	install-strip



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