summaryrefslogtreecommitdiff
path: root/audio/speex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r--audio/speex/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 05d29896e4d..ff28deb78ca 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/02/14 17:21:33 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/19 01:49:18 wiz Exp $
#
DISTNAME= speex-1.0.3
@@ -9,7 +9,7 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.speex.org/
COMMENT= Open-source, patent-free voice codec
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
@@ -18,6 +18,6 @@ CONFLICTS= Speex-[0-9]*
CONFIGURE_ARGS+= --with-ogg-dir="${BUILDLINK_PREFIX.libogg}"
-.include "../../audio/libogg/buildlink2.mk"
-.include "../../mk/ossaudio.buildlink2.mk"
+.include "../../audio/libogg/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"