diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-11 04:48:45 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-11 04:48:45 +0800 |
commit | cda086784fde852c72d9372c7856221b7e75fc6d (patch) | |
tree | 0bfafd8b940b1068dff867abd0a486ec4d7ee5c6 /audio/dir2ogg | |
parent | a88c10ab7a845791a3e8af23da16e6bd99cd2c9c (diff) | |
download | freebsd-ports-gnome-cda086784fde852c72d9372c7856221b7e75fc6d.tar.gz freebsd-ports-gnome-cda086784fde852c72d9372c7856221b7e75fc6d.tar.zst freebsd-ports-gnome-cda086784fde852c72d9372c7856221b7e75fc6d.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'audio/dir2ogg')
-rw-r--r-- | audio/dir2ogg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dir2ogg/Makefile b/audio/dir2ogg/Makefile index 706d5fc2f0aa..7f89dabe4ec8 100644 --- a/audio/dir2ogg/Makefile +++ b/audio/dir2ogg/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= faad:audio/faad \ - mutagen-inspect:audio/py-mutagen \ + ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${PY_FLAVOR} \ mplayer:multimedia/mplayer \ oggenc:audio/vorbis-tools |