diff options
Diffstat (limited to 'accessibility/py-atspi/Makefile')
-rw-r--r-- | accessibility/py-atspi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile index 707199e01721..c7e56989287c 100644 --- a/accessibility/py-atspi/Makefile +++ b/accessibility/py-atspi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atspi -PORTVERSION= 2.16.0 +PORTVERSION= 2.18.0 CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME/sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig python:2 tar:xz +USES= gettext gmake gnome pathfix pkgconfig python:2 tar:xz USE_GNOME= intlhack pygobject3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |