diff options
author | zeising <zeising@FreeBSD.org> | 2014-04-19 18:16:56 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2014-04-19 18:16:56 +0800 |
commit | 9e560eb37c8f4ab74cd98daaf1835b93f685cc2f (patch) | |
tree | 865831a4aed3d739fa9669089dac2c95b339b8a8 | |
parent | 108e4560061c5f97d234d1532d7567449720ebdb (diff) | |
download | freebsd-ports-gnome-9e560eb37c8f4ab74cd98daaf1835b93f685cc2f.tar.gz freebsd-ports-gnome-9e560eb37c8f4ab74cd98daaf1835b93f685cc2f.tar.zst freebsd-ports-gnome-9e560eb37c8f4ab74cd98daaf1835b93f685cc2f.zip |
Restrict these to use python 2 for the time being.
-rw-r--r-- | x11/libxcb/Makefile | 3 | ||||
-rw-r--r-- | x11/xcb-proto/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 86f35e57ecda..2f43a501b944 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -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}}" diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 728fb8cd9334..55bc268166bd 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -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 |