diff options
author | rm <rm@FreeBSD.org> | 2012-05-14 00:13:24 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-05-14 00:13:24 +0800 |
commit | f707cc0f6476de41a2ff2c51c31d4d0a3a0feeff (patch) | |
tree | 4f316c3a18ce35ff9f416d0ef07c4f2868cd7ed4 /x11-wm | |
parent | bc13b3fa54045a2d22cf1a1c988d41115471b4eb (diff) | |
download | freebsd-ports-gnome-f707cc0f6476de41a2ff2c51c31d4d0a3a0feeff.tar.gz freebsd-ports-gnome-f707cc0f6476de41a2ff2c51c31d4d0a3a0feeff.tar.zst freebsd-ports-gnome-f707cc0f6476de41a2ff2c51c31d4d0a3a0feeff.zip |
- strict python version to 2.x only
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compizconfig-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/compizconfig-python/Makefile b/x11-wm/compizconfig-python/Makefile index 42cf1e30d092..cdb69a4eb6b5 100644 --- a/x11-wm/compizconfig-python/Makefile +++ b/x11-wm/compizconfig-python/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= \ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_GNOME= gnomehack glib20 USE_AUTOTOOLS= libtool |