diff options
author | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
commit | a68a277b43e5634f08282aba07a130b923be1b72 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /audio/libao | |
parent | 8acc4797c26eba4fe23ae4f445f0f82bde5e7d2e (diff) | |
download | pkgsrc-a68a277b43e5634f08282aba07a130b923be1b72.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'audio/libao')
-rw-r--r-- | audio/libao/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 1db329e4905..e407d3b1d0e 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:18 skrll Exp $ +# $NetBSD: Makefile,v 1.9 2001/08/27 14:35:05 tron Exp $ DISTNAME= libao-0.8.0 CATEGORIES= devel @@ -8,7 +8,7 @@ MAINTAINER= lukem@netbsd.org COMMENT= cross-platform audio library BUILD_DEPENDS+= automake>=1.4:../../devel/automake -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf PLIST_SUBST+= VERSION="${DISTNAME}" USE_BUILDLINK_ONLY= yes |