diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-01-18 06:02:45 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-01-18 06:02:45 +0800 |
commit | 4d22d17d36bf01f7fc7b6a11f19deb7a4ed0d6da (patch) | |
tree | 431f60e77df21df4e1a76adba0ef456e5231248d /x11 | |
parent | db0ffcdabf2c248331e033e831dbaeb94e2b7605 (diff) | |
download | freebsd-ports-gnome-4d22d17d36bf01f7fc7b6a11f19deb7a4ed0d6da.tar.gz freebsd-ports-gnome-4d22d17d36bf01f7fc7b6a11f19deb7a4ed0d6da.tar.zst freebsd-ports-gnome-4d22d17d36bf01f7fc7b6a11f19deb7a4ed0d6da.zip |
allow x11/libxcb and x11/xcb-proto to build with python 2.5+
PR: 130475
Submitted by: Joseph S. Atkinson
Approved by: wahjava@gmail.com (maintainer), garga (mentor, implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxcb/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-proto/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 8bd902a8f3b6..59089c2d17a2 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -28,7 +28,7 @@ USE_GNOME= gnomehack USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xdmcp -USE_PYTHON= 2.5 +USE_PYTHON= 2.5+ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-check=${LOCALBASE} diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index d36d9f650cbb..6cb3a16082cf 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes USE_GNOME= gnomehack -USE_PYTHON= 2.5 +USE_PYTHON= 2.5+ GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/xcb |