diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 06:24:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 06:24:17 +0000 |
commit | 110f3583b678bf22fb94d6d1f280cbd2a352e957 (patch) | |
tree | 8d9949ca6c69df96c0d2fd758409b3e4417976d0 /multimedia/libtheora | |
parent | 3ddccf34d69359716acf90c1ac08a369dd35df15 (diff) |
Notes
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r-- | multimedia/libtheora/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 595579436502..2aa367e0a774 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ MAINTAINER= multimedia@FreeBSD.org COMMENT= Theora video codec for the Ogg multimedia streaming system -LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_LDCONFIG= yes @@ -24,7 +24,6 @@ CONFIGURE_ARGS+=--disable-sdltest \ --enable-shared \ --disable-examples -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: |