diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
commit | 5978476c353873821167189c3e7e7d3ce7b9909a (patch) | |
tree | 5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/snack | |
parent | 95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff) | |
download | ports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip |
Notes
Diffstat (limited to 'audio/snack')
-rw-r--r-- | audio/snack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile index 4326896fa90c..5ec9a29a4722 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -36,7 +36,7 @@ CFLAGS+= -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} \ -I${LOCALBASE}/include .if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-ogg-include=${LOCALBASE}/include \ --with-ogg-lib=${LOCALBASE}/lib ALL_TARGET= all libsnackogg.so |