diff options
author | skrll <skrll> | 2002-03-05 17:38:49 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-03-05 17:38:49 +0000 |
commit | ae6f6f4846207e50180cc029e3ad62fe912ab3ce (patch) | |
tree | 0da9e97a80157092ab7506725c6b77b938f93b43 | |
parent | 34fbd88916679e0115f55b329320742105b1cd65 (diff) | |
download | pkgsrc-ae6f6f4846207e50180cc029e3ad62fe912ab3ce.tar.gz |
This pkg doesn't need automake to build.
-rw-r--r-- | audio/libao/Makefile | 4 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 491ebd34c06..b7447982eb0 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/01/02 12:23:48 lukem Exp $ +# $NetBSD: Makefile,v 1.13 2002/03/05 17:38:49 skrll Exp $ DISTNAME= libao-0.8.2 CATEGORIES= devel @@ -7,8 +7,6 @@ MASTER_SITES= http://www.vorbis.com/files/rc3/unix/ MAINTAINER= lukem@netbsd.org COMMENT= cross-platform audio library -BUILD_DEPENDS+= automake>=1.4:../../devel/automake - PLIST_SUBST+= VERSION="${DISTNAME}" USE_BUILDLINK_ONLY= yes diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 2427a82f350..5beabe25240 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/01/04 13:27:06 tron Exp $ +# $NetBSD: Makefile,v 1.17 2002/03/05 17:45:03 skrll Exp $ DISTNAME= libvorbis-1.0rc3 PKGNAME= libvorbis-1.0.0.7 @@ -9,7 +9,7 @@ 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 +#BUILD_DEPENDS+= automake>=1.4:../../devel/automake USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES |