diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-27 20:01:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-27 20:01:12 +0800 |
commit | 1e56e22a447cb8d3d95f60378b9f06507ad9b249 (patch) | |
tree | 1ae0cf2f8eb9297280840f0b73edd18e04edd7a5 /audio/abcde | |
parent | e70abb9a1071f5481cf6c25ee4332ceb3c9d17d5 (diff) | |
download | freebsd-ports-graphics-1e56e22a447cb8d3d95f60378b9f06507ad9b249.tar.gz freebsd-ports-graphics-1e56e22a447cb8d3d95f60378b9f06507ad9b249.tar.zst freebsd-ports-graphics-1e56e22a447cb8d3d95f60378b9f06507ad9b249.zip |
- abcde requires the eyeD3 command, not the eyed3 module
- abcde doesn't contain python code
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 9f39bba8516..2d6e1572022 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -3,7 +3,7 @@ PORTNAME= abcde PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ @@ -16,14 +16,14 @@ LICENSE_COMB= dual RUN_DEPENDS= cd-discid:audio/cd-discid \ cdparanoia:audio/cdparanoia \ lame:audio/lame \ - ${PYTHON_PKGNAMEPREFIX}eyed3>=0.7:audio/py-eyed3@${PY_FLAVOR} \ + eyeD3:audio/py-eyed3 \ oggenc:audio/vorbis-tools \ bash:shells/bash NO_ARCH= yes NO_BUILD= yes -USES= python:run shebangfix +USES= shebangfix SHEBANG_FILES= abcde abcde-musicbrainz-tool cddb-tool SUB_FILES= pkg-message |