diff options
author | tron <tron> | 2001-04-04 07:08:27 +0000 |
---|---|---|
committer | tron <tron> | 2001-04-04 07:08:27 +0000 |
commit | 5bd40dab42338a0af075c1750c4dbf8c62909ead (patch) | |
tree | 32233961a5e305f5f08f2b53a011a70bfcf3d5da | |
parent | 0cefe3b52b05e2469d9220952391b5bc2b198003 (diff) | |
download | pkgsrc-5bd40dab42338a0af075c1750c4dbf8c62909ead.tar.gz |
Add missing build dependences on "autoconf" and "automake".
-rw-r--r-- | audio/libvorbis/Makefile | 8 |
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} |