diff options
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index ff28deb78ca..8eb13661fdb 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/19 01:49:18 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/12 23:15:01 salo Exp $ # DISTNAME= speex-1.0.3 @@ -18,6 +18,7 @@ CONFLICTS= Speex-[0-9]* CONFIGURE_ARGS+= --with-ogg-dir="${BUILDLINK_PREFIX.libogg}" -.include "../../audio/libogg/buildlink3.mk" +.include "../../multimedia/libogg/buildlink3.mk" + .include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |