diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-05 17:38:49 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-05 17:38:49 +0000 |
commit | a8f1c94026f9209b7d8cb4acc750febcddd6f3de (patch) | |
tree | 0da9e97a80157092ab7506725c6b77b938f93b43 /audio/libao | |
parent | e3158959b305ea3eeac394cce2847549a2c4564e (diff) | |
download | pkgsrc-a8f1c94026f9209b7d8cb4acc750febcddd6f3de.tar.gz |
This pkg doesn't need automake to build.
Diffstat (limited to 'audio/libao')
-rw-r--r-- | audio/libao/Makefile | 4 |
1 files changed, 1 insertions, 3 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 |