summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-08-14 17:04:30 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-08-14 17:04:30 +0000
commita382bbffeb390cc4c3dc64d0aaa1ddb166cebbc5 (patch)
tree82ba7e2d54855b9c00035557f30412ac4c1c0c62 /accessibility
parent- enable options TLS SASL SASLAUTHD by default (diff)
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@
Notes
Notes: svn path=/head/; revision=364857
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/py-papi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/py-papi/Makefile b/accessibility/py-papi/Makefile
index 194027f6055d..d23a5bd54b64 100644
--- a/accessibility/py-papi/Makefile
+++ b/accessibility/py-papi/Makefile
@@ -12,7 +12,7 @@ COMMENT= ATK accessibility wrapper for python
USES= pkgconfig python:2
USE_GNOME= atk
-PYTHON_FEATURES=autoplist distutils
+USE_PYTHON= autoplist distutils
EXAMPLES= atkaction.py atkapplication.py atkcapi.c atktext.py atkvalue.py \
msaaapplication.py msaacapi.cpp