svn commit: r489600 - head/audio/pacpl

Tobias Kortkamp tobik at FreeBSD.org
Mon Jan 7 18:15:32 UTC 2019


Author: tobik
Date: Mon Jan  7 18:15:31 2019
New Revision: 489600
URL: https://svnweb.freebsd.org/changeset/ports/489600

Log:
  Do not set VORBIS_RUN_DEPENDS twice

Modified:
  head/audio/pacpl/Makefile

Modified: head/audio/pacpl/Makefile
==============================================================================
--- head/audio/pacpl/Makefile	Mon Jan  7 18:12:35 2019	(r489599)
+++ head/audio/pacpl/Makefile	Mon Jan  7 18:15:31 2019	(r489600)
@@ -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


More information about the svn-ports-all mailing list