diff options
author | skrll <skrll> | 2001-08-29 12:22:38 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-08-29 12:22:38 +0000 |
commit | bbe3de81b9cd15b2910364a9e1cd27b92f8e803c (patch) | |
tree | 18ce19e908046a34fac3f5d8011fcd35ea8c6282 /audio | |
parent | de4e722e27ad59cf7f09af32eb4458fee50f6975 (diff) | |
download | pkgsrc-bbe3de81b9cd15b2910364a9e1cd27b92f8e803c.tar.gz |
autoconf is not needed to build this pkg.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index e407d3b1d0e..e976d3b3e88 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/08/27 14:35:05 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/08/29 12:22:38 skrll Exp $ DISTNAME= libao-0.8.0 CATEGORIES= devel @@ -8,7 +8,6 @@ MAINTAINER= lukem@netbsd.org COMMENT= cross-platform audio library BUILD_DEPENDS+= automake>=1.4:../../devel/automake -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf PLIST_SUBST+= VERSION="${DISTNAME}" USE_BUILDLINK_ONLY= yes |