diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-08 02:15:31 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-08 02:15:31 +0800 |
commit | 9b7e3a992e3405c7ea2a7d97d0d4d30b00735090 (patch) | |
tree | 7e3f74cb3f37feefcc820ccd9e5872a9e7a4c620 /audio | |
parent | 9d610ecde223deccda9dacc0f25d7a0242271fd9 (diff) | |
download | freebsd-ports-gnome-9b7e3a992e3405c7ea2a7d97d0d4d30b00735090.tar.gz freebsd-ports-gnome-9b7e3a992e3405c7ea2a7d97d0d4d30b00735090.tar.zst freebsd-ports-gnome-9b7e3a992e3405c7ea2a7d97d0d4d30b00735090.zip |
Do not set VORBIS_RUN_DEPENDS twice
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pacpl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index 920b0c312bcc..e3203f62db37 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -48,7 +48,6 @@ OPTIMFROG_RUN_DEPENDS= ofr:audio/optimfrog OPUS_DESC= Ogg Opus audio codec support OPUS_RUN_DEPENDS= opusenc:audio/opus-tools SNDFILE_RUN_DEPENDS= sndfile-convert:audio/libsndfile -VORBIS_RUN_DEPENDS= oggenc:audio/vorbis-tools SHORTEN_DESC= Shorten audio support SHORTEN_RUN_DEPENDS= shorten:audio/shorten SOX_DESC= Audio conversion support via SoX |