diff options
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 |