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 /audio/libvorbis | |
parent | 3ddccf34d69359716acf90c1ac08a369dd35df15 (diff) |
Notes
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index f96554d0eee2..bab676578378 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -11,10 +11,9 @@ MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg USES= pathfix -NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_XZ= yes |