diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-27 17:32:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-27 17:32:20 +0000 |
commit | e5cff66c6ec58540f6328d4c32ead49dcaea0a97 (patch) | |
tree | 7b43d1ac95905e2ab83256f08fe70c0c537e4561 /multimedia/freevo | |
parent | 4c965d1068e19aa31094e29e5e6f3e8763f7e267 (diff) | |
download | ports-e5cff66c6ec58540f6328d4c32ead49dcaea0a97.tar.gz ports-e5cff66c6ec58540f6328d4c32ead49dcaea0a97.zip |
Notes
Diffstat (limited to 'multimedia/freevo')
-rw-r--r-- | multimedia/freevo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/freevo/Makefile b/multimedia/freevo/Makefile index ca502af17901..24813fd12569 100644 --- a/multimedia/freevo/Makefile +++ b/multimedia/freevo/Makefile @@ -3,7 +3,7 @@ PORTNAME= freevo PORTVERSION= 1.9.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/Freevo%20releases/${PORTVERSION} @@ -23,7 +23,8 @@ RUN_DEPENDS= mplayer:multimedia/mplayer \ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32 \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:devel/py-game \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ - ${PYTHON_SITELIBDIR}/Numeric/Numeric_headers/__init__.py:math/py-numeric + ${PYTHON_SITELIBDIR}/Numeric/Numeric_headers/__init__.py:math/py-numeric \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted FREEVO_USER= freevo FREEVO_GROUP= ${FREEVO_USER} @@ -38,7 +39,7 @@ SUB_LIST+= PYTHON_VERSION=${PYTHON_DEFAULT_VERSION} \ SUB_FILES= pkg-message pkg-deinstall NO_ARCH= yes -USES= python:2 shebangfix twisted:web +USES= python:2 shebangfix USE_PYTHON= distutils noegginfo PYDISTUTILS_INSTALLNOSINGLE= yes PYDISTUTILS_SETUP= ${PYSETUP} |