diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-03 02:35:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-03 02:35:49 +0800 |
commit | 827f7ea6b28e3b730a059251bd0f41a366f19d1a (patch) | |
tree | 11ba5ff7184a1cd9e3db98d90ba4f8e461d54a9c /audio | |
parent | a002f778ee300df1b791aa6b494825f3297ec73b (diff) | |
download | freebsd-ports-gnome-827f7ea6b28e3b730a059251bd0f41a366f19d1a.tar.gz freebsd-ports-gnome-827f7ea6b28e3b730a059251bd0f41a366f19d1a.tar.zst freebsd-ports-gnome-827f7ea6b28e3b730a059251bd0f41a366f19d1a.zip |
Add PORTSCOUT
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py3-mutagen/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/py3-mutagen/Makefile b/audio/py3-mutagen/Makefile index d9c3f5ee636a..bce9cac31558 100644 --- a/audio/py3-mutagen/Makefile +++ b/audio/py3-mutagen/Makefile @@ -2,6 +2,8 @@ MASTERDIR= ${.CURDIR}/../py-mutagen +PORTSCOUT= ignore:1 + USES= python:3.3+ .include "${MASTERDIR}/Makefile" |