diff options
author | bland <bland@FreeBSD.org> | 2009-06-19 19:00:51 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2009-06-19 19:00:51 +0800 |
commit | f66e83f44fddaea01d159c69c677ef6d53c82acc (patch) | |
tree | 4f72786f7f1f3138dde32311bc82979fe2a9acaf /graphics | |
parent | 8660875484e23852e2d391693aeb5041e626de61 (diff) | |
download | freebsd-ports-gnome-f66e83f44fddaea01d159c69c677ef6d53c82acc.tar.gz freebsd-ports-gnome-f66e83f44fddaea01d159c69c677ef6d53c82acc.tar.zst freebsd-ports-gnome-f66e83f44fddaea01d159c69c677ef6d53c82acc.zip |
Require Python 2.6+
PR: 135828
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-cairo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 7ac0fd9123a3..4c2de4fe65b6 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -18,7 +18,7 @@ COMMENT= Python bindings for Cairo LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -USE_PYTHON= yes +USE_PYTHON= 2.6+ USE_GMAKE= yes USE_GNOME= gnometarget gnomehack GNU_CONFIGURE= yes |