diff options
author | kwm <kwm@FreeBSD.org> | 2013-10-30 01:05:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-10-30 01:05:50 +0800 |
commit | 1711e1d724333bf357bd74c8d8688cbce2c95b37 (patch) | |
tree | 5cd403e620f727ad5e2f7c0bfa122a124e085d34 /accessibility/py-atspi | |
parent | d9af86a673bc1b49aad81603bbf1ba3d91dabaa6 (diff) | |
download | freebsd-ports-gnome-1711e1d724333bf357bd74c8d8688cbce2c95b37.tar.gz freebsd-ports-gnome-1711e1d724333bf357bd74c8d8688cbce2c95b37.tar.zst freebsd-ports-gnome-1711e1d724333bf357bd74c8d8688cbce2c95b37.zip |
Restrict python to -2.7
Submitted by: mva@
Diffstat (limited to 'accessibility/py-atspi')
-rw-r--r-- | accessibility/py-atspi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile index 0bb36cd2f2e9..3fb26df2323a 100644 --- a/accessibility/py-atspi/Makefile +++ b/accessibility/py-atspi/Makefile @@ -23,7 +23,7 @@ USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomehier intlhack pygobject3 GNU_CONFIGURE= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |