diff options
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/caribou/Makefile | 3 | ||||
-rw-r--r-- | accessibility/py-papi/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index 89a1cf226562..25a5ed853687 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -3,6 +3,7 @@ PORTNAME= caribou PORTVERSION= 0.4.21 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,7 +19,7 @@ LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter \ libxklavier.so:x11/libxklavier RUN_DEPENDS= py2?-atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR} -USES= gettext gmake gnome libtool pathfix pkgconfig python:2 \ +USES= gettext gmake gnome libtool pathfix pkgconfig python:2.7 \ shebangfix tar:xz USE_GNOME= gtk30 intlhack introspection:build libxml2 \ libxslt:build pygobject3 diff --git a/accessibility/py-papi/Makefile b/accessibility/py-papi/Makefile index 6c5d9e929211..c1dfe70dff44 100644 --- a/accessibility/py-papi/Makefile +++ b/accessibility/py-papi/Makefile @@ -3,7 +3,7 @@ PORTNAME= papi PORTVERSION= 0.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility devel python MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= ATK accessibility wrapper for python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig python:2 +USES= pkgconfig python:2.7 USE_GNOME= atk USE_PYTHON= autoplist distutils |