summaryrefslogtreecommitdiff
path: root/audio/p5-Ogg-Vorbis-Header
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
commit5978476c353873821167189c3e7e7d3ce7b9909a (patch)
tree5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/p5-Ogg-Vorbis-Header
parent- Make 'make -VLEGAL' match the entry in LEGAL and (diff)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio With hat: portmgr
Notes
Notes: svn path=/head/; revision=336166
Diffstat (limited to 'audio/p5-Ogg-Vorbis-Header')
-rw-r--r--audio/p5-Ogg-Vorbis-Header/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-Ogg-Vorbis-Header/Makefile b/audio/p5-Ogg-Vorbis-Header/Makefile
index b21bf48a80de..cef053aa1189 100644
--- a/audio/p5-Ogg-Vorbis-Header/Makefile
+++ b/audio/p5-Ogg-Vorbis-Header/Makefile
@@ -12,8 +12,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
-LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
- vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes