diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-19 10:16:56 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-19 10:16:56 +0000 |
commit | a09624943ab705cab3b7cd4d0c9d91d128263332 (patch) | |
tree | 865831a4aed3d739fa9669089dac2c95b339b8a8 /x11/xcb-proto | |
parent | 620eed24a7f01c2104e1d6e74b22f615d43bb3ff (diff) |
Restrict these to use python 2 for the time being.
Notes
Notes:
svn path=/head/; revision=351589
Diffstat (limited to 'x11/xcb-proto')
-rw-r--r-- | x11/xcb-proto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |