diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-pyacoustid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/py-pyacoustid/Makefile b/audio/py-pyacoustid/Makefile index 9222dc8c3412..085f901aedbb 100644 --- a/audio/py-pyacoustid/Makefile +++ b/audio/py-pyacoustid/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyacoustid PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,8 @@ LICENSE= MIT LIB_DEPENDS= libchromaprint.so:${PORTSDIR}/audio/chromaprint -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |