From 632e024b6c597d631e5ae42a7f84c7de62736057 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 10 Mar 2009 08:43:23 +0000 Subject: [PATCH] fix depend spec --- audio/soundtouch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 6537a3cde58..c00e6f4e75b 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/12/08 11:05:58 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.2 2009/03/10 08:43:23 espie Exp $ COMMENT= tempo/pitch audio processing library @@ -20,7 +20,7 @@ MASTER_SITES= ${HOMEPAGE} WANTLIB= c m stdc++ BUILD_DEPENDS= :autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \ - :automake-${AUTOMAKE_VERSION}.*:devel/automake/${AUTOMAKE_VERSION} + :automake->=1.9,<1.10:devel/automake/${AUTOMAKE_VERSION} USE_LIBTOOL= Yes