From 5978476c353873821167189c3e7e7d3ce7b9909a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 11 Dec 2013 14:35:36 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in audio With hat: portmgr --- audio/sphinx3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/sphinx3') diff --git a/audio/sphinx3/Makefile b/audio/sphinx3/Makefile index cd7f01da6e56..992b02d1df04 100644 --- a/audio/sphinx3/Makefile +++ b/audio/sphinx3/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Speech recognition system -LIB_DEPENDS= sphinxbase:${PORTSDIR}/audio/sphinxbase +LIB_DEPENDS= libsphinxbase.so:${PORTSDIR}/audio/sphinxbase USE_LDCONFIG= yes NO_STAGE= yes -- cgit v1.2.3