diff options
author | mva <mva@FreeBSD.org> | 2014-08-10 16:55:08 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-08-10 16:55:08 +0800 |
commit | 948b01e37e87379ed9a87280c5e3965f448f399a (patch) | |
tree | 7dba53066d09a8c2cd4023bc7e2ec06918f0f0d3 /accessibility | |
parent | 57a08a863f07c3e9a7219f0fad05e83794033217 (diff) | |
download | freebsd-ports-gnome-948b01e37e87379ed9a87280c5e3965f448f399a.tar.gz freebsd-ports-gnome-948b01e37e87379ed9a87280c5e3965f448f399a.tar.zst freebsd-ports-gnome-948b01e37e87379ed9a87280c5e3965f448f399a.zip |
- Convert my ports to USES=python
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/py-papi/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/accessibility/py-papi/Makefile b/accessibility/py-papi/Makefile index 62c427db8874..194027f6055d 100644 --- a/accessibility/py-papi/Makefile +++ b/accessibility/py-papi/Makefile @@ -10,11 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mva@FreeBSD.org COMMENT= ATK accessibility wrapper for python -USES= pkgconfig +USES= pkgconfig python:2 USE_GNOME= atk -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +PYTHON_FEATURES=autoplist distutils EXAMPLES= atkaction.py atkapplication.py atkcapi.c atktext.py atkvalue.py \ msaaapplication.py msaacapi.cpp |