diff options
author | salo <salo@pkgsrc.org> | 2004-04-12 23:15:01 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-04-12 23:15:01 +0000 |
commit | 8e88fda0db19aeb3d50b4ea6b5323a7ba66af491 (patch) | |
tree | b94470a6e518254c127339173b2924ffa1f9feab /audio/speex/Makefile | |
parent | af9ababb3a4ce4486af3585d2cbe71795c76ad04 (diff) | |
download | pkgsrc-8e88fda0db19aeb3d50b4ea6b5323a7ba66af491.tar.gz |
Follow libogg into multimedia/.
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" |