diff options
author | mva <mva@FreeBSD.org> | 2014-08-15 01:04:30 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-08-15 01:04:30 +0800 |
commit | 61e8e56680483ae736687c2300c0f7c29db30f2a (patch) | |
tree | 82ba7e2d54855b9c00035557f30412ac4c1c0c62 /games | |
parent | a07c225f7aea6f975c842c253bbfd5b92ddae98d (diff) | |
download | freebsd-ports-gnome-61e8e56680483ae736687c2300c0f7c29db30f2a.tar.gz freebsd-ports-gnome-61e8e56680483ae736687c2300c0f7c29db30f2a.tar.zst freebsd-ports-gnome-61e8e56680483ae736687c2300c0f7c29db30f2a.zip |
- 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@
Diffstat (limited to 'games')
-rw-r--r-- | games/pysolfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index 69ace83884ed..fae7543c8aa3 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinte ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging USES= python tar:bzip2 -PYTHON_FEATURES=autoplist distutils +USE_PYTHON= autoplist distutils PLIST_FILES= share/pixmaps/pysolfc.png DATADIR= ${PREFIX}/share/PySolFC |