svn commit: r437202 - head/x11/libxcb
Matthew Rezny
rezny at FreeBSD.org
Wed Mar 29 13:46:21 UTC 2017
Author: rezny
Date: Wed Mar 29 13:46:20 2017
New Revision: 437202
URL: https://svnweb.freebsd.org/changeset/ports/437202
Log:
Remove the no longer valid RUN_DEPENDS on libpthread-stubs
PR: 218015
Reported by: freebsd at charles.lecklider.org
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10182
Modified:
head/x11/libxcb/Makefile
Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile Wed Mar 29 13:36:30 2017 (r437201)
+++ head/x11/libxcb/Makefile Wed Mar 29 13:46:20 2017 (r437202)
@@ -3,6 +3,7 @@
PORTNAME= libxcb
PORTVERSION= 1.12
+PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= http://xcb.freedesktop.org/dist/
@@ -15,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:devel/check \
xcb-proto>=1.9:x11/xcb-proto \
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput
More information about the svn-ports-all
mailing list