diff options
-rw-r--r-- | audio/libvorbis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 097a1e19bc4..f526b5f1ad4 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/10/02 08:41:23 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2002/10/02 19:45:55 wiz Exp $ DISTNAME= libvorbis-1.0 PKGNAME= libvorbis-1.0.0.8 @@ -9,8 +9,6 @@ MAINTAINER= lukem@netbsd.org HOMEPAGE= http://www.xiph.org/ogg/vorbis/ COMMENT= Library for the Ogg Vorbis audio encoding format -#BUILD_DEPENDS+= automake>=1.4:../../devel/automake - USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES |