From c82bacbcef66f00a80bec34473dc69e9b2c236f9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 2 Apr 2016 16:14:29 +0200 Subject: [PATCH] audio/libvorbis: sync with upstream Taken from: FreeBSD --- audio/libvorbis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 537e4726b3c..33cac574c8c 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library -LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libogg.so:audio/libogg USES= libtool pathfix tar:xz USE_LDCONFIG= yes