summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-04-04 07:08:27 +0000
committertron <tron@pkgsrc.org>2001-04-04 07:08:27 +0000
commit9d7573a7ca42a4c00986ba3720d9b6698f397080 (patch)
tree32233961a5e305f5f08f2b53a011a70bfcf3d5da /audio
parentab901585d6f495a994591d0b23718d0c2e8f25c7 (diff)
downloadpkgsrc-9d7573a7ca42a4c00986ba3720d9b6698f397080.tar.gz
Add missing build dependences on "autoconf" and "automake".
Diffstat (limited to 'audio')
-rw-r--r--audio/libvorbis/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 507f2005e30..1330fec9f2c 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/15 20:39:31 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/04 07:08:28 tron Exp $
DISTNAME= libvorbis-1.0beta4
CATEGORIES= devel audio
@@ -8,10 +8,12 @@ MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
COMMENT= Library for the Ogg Vorbis audio encoding format
+BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= automake-1.4:../../devel/automake
DEPENDS+= libogg>=1.0beta4:../../audio/libogg
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS= --with-ogg-prefix=${PREFIX}