diff options
author | ashish <ashish@FreeBSD.org> | 2011-02-22 13:25:57 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-02-22 13:25:57 +0800 |
commit | b9615ccb8af61dd4d90ce937ae6df8c4b70fbc00 (patch) | |
tree | 0665a9762a3669029bc163d1c6f5f77cf0a5c1d6 /x11 | |
parent | bf205f15bd7e6592e4f67b112e1c44fbb6209267 (diff) | |
download | freebsd-ports-gnome-b9615ccb8af61dd4d90ce937ae6df8c4b70fbc00.tar.gz freebsd-ports-gnome-b9615ccb8af61dd4d90ce937ae6df8c4b70fbc00.tar.zst freebsd-ports-gnome-b9615ccb8af61dd4d90ce937ae6df8c4b70fbc00.zip |
- Exclude Python 3.x from USE_PYTHON_BUILD as it fails to build with Python 3.x
PR: ports/154882
Submitted by: sunpoet
Approved by: pgj (mentor, implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxcb/Makefile | 2 | ||||
-rw-r--r-- | x11/libxcb/distinfo | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index d43cc78cb261..d391893e15d1 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -30,7 +30,7 @@ USE_GNOME= gnomehack USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xdmcp -USE_PYTHON_BUILD= 2.5+ +USE_PYTHON_BUILD= 2.5-2.7 GNU_CONFIGURE= yes .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS diff --git a/x11/libxcb/distinfo b/x11/libxcb/distinfo index ca4f9f481cbc..635468546602 100644 --- a/x11/libxcb/distinfo +++ b/x11/libxcb/distinfo @@ -1,3 +1,2 @@ -MD5 (libxcb-1.7.tar.bz2) = 925699df361b99491165ebc12068056b SHA256 (libxcb-1.7.tar.bz2) = e776dc35e2a66094e7308ce2e045fb4e27cf3ca30ab1813a8fc08538140724df SIZE (libxcb-1.7.tar.bz2) = 318619 |