diff options
author | feld <feld@FreeBSD.org> | 2014-09-13 00:37:32 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-09-13 00:37:32 +0800 |
commit | 2de79883f245b22b1b6ef617acf667eb5c4cdad5 (patch) | |
tree | b083bf7d3046951f4167f0526ddaacaf1b38d461 /audio | |
parent | 022fa1abfd4591db635e36dbf16d2d942f889e11 (diff) | |
download | freebsd-ports-gnome-2de79883f245b22b1b6ef617acf667eb5c4cdad5.tar.gz freebsd-ports-gnome-2de79883f245b22b1b6ef617acf667eb5c4cdad5.tar.zst freebsd-ports-gnome-2de79883f245b22b1b6ef617acf667eb5c4cdad5.zip |
Needs EGGINFO for other ports to import
PR: 192096
Submitted by: Kris Moore
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-pylast/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile index ba68df00dae5..757f8dd2706e 100644 --- a/audio/py-pylast/Makefile +++ b/audio/py-pylast/Makefile @@ -3,6 +3,7 @@ PORTNAME= pylast PORTVERSION= 0.5.11 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_PYTHON= yes USE_PYDISTUTILS= yes +INSTALLS_EGGINFO= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \ %%PYTHON_SITELIBDIR%%/pylast.pyc \ |