diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-20 18:33:15 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-20 18:33:15 +0000 |
commit | 5f34f360f9e82b15c639014a614da8175c27352b (patch) | |
tree | a93e20a577542390eefab437713bb3335aaf5231 /audio/Makefile | |
parent | 92991724f5111badeebd427cfd1bc66799c06d20 (diff) | |
download | ports-5f34f360f9e82b15c639014a614da8175c27352b.tar.gz ports-5f34f360f9e82b15c639014a614da8175c27352b.zip |
Renamed to py-py-jack to match PyPI package name
PR: 220990
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12079
Notes
Notes:
svn path=/head/; revision=448438
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 1a715c2d3aa4..a675b597d693 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -648,7 +648,6 @@ SUBDIR += py-gmusicproxy SUBDIR += py-hsaudiotag SUBDIR += py-id3 - SUBDIR += py-jack SUBDIR += py-karaoke SUBDIR += py-mad SUBDIR += py-mpd @@ -658,6 +657,7 @@ SUBDIR += py-mutagen SUBDIR += py-ogg SUBDIR += py-openal + SUBDIR += py-py-jack SUBDIR += py-pyacoustid SUBDIR += py-pyaudio SUBDIR += py-pylast |