mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Restrict these to use python 2 for the time being.
This commit is contained in:
parent
620eed24a7
commit
a09624943a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351589
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libxcb
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
||||
|
||||
@ -23,7 +24,7 @@ XORG_CAT= lib
|
||||
USES= gmake
|
||||
USE_GNOME= libxslt:build
|
||||
USE_XORG= xau xdmcp
|
||||
USE_PYTHON_BUILD=YES
|
||||
USE_PYTHON_BUILD=2
|
||||
|
||||
.for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
|
||||
CONFIGURE_ARGS+=${f}="${${f}}"
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xcb-proto
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
||||
|
||||
@ -12,7 +13,7 @@ COMMENT= The X protocol C-language Binding (XCB) protocol
|
||||
BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
XORG_CAT= proto
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYTHON= 2
|
||||
|
||||
DATADIR= ${PREFIX}/share/xcb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user