diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-01-27 18:31:42 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-01-27 18:31:42 +0000 |
commit | 421ae9c614e8ddbfe46e20cd36fa374202040c5c (patch) | |
tree | b88d3d37f805bba08847cef5e5c9ba0bb471c7da /audio | |
parent | 73d646ab8556135223098fa0d0ae424d9b97d84b (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-pylast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile index 9186c5c60f75..2a58dc61942e 100644 --- a/audio/py-pylast/Makefile +++ b/audio/py-pylast/Makefile @@ -5,6 +5,7 @@ PORTNAME= pylast PORTVERSION= 0.5.11 CATEGORIES= audio python MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= feld@FreeBSD.org COMMENT= A Python interface to Last.fm @@ -13,7 +14,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USE_PYTHON= yes -NO_STAGE= yes USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \ |