diff options
author | tron <tron> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 14:35:04 +0000 |
commit | e9a15cf60cb0df818817d9787d8349256ab361f3 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /mbone | |
parent | 3e0c737ffbdf90692697bede4bd1970d4ddea32e (diff) | |
download | pkgsrc-e9a15cf60cb0df818817d9787d8349256ab361f3.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vat/Makefile | 4 | ||||
-rw-r--r-- | mbone/vic/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 67dcc969751..56dda9ff98a 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2001/06/11 06:34:44 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2001/08/27 14:35:11 tron Exp $ # DISTNAME= vatsrc-4.0b2 @@ -11,7 +11,7 @@ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ COMMENT= The Visual Audio Tool - multicast audioconferencing -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf DEPENDS+= tk>=8.3.2:../../x11/tk DEPENDS+= gsm-1.0.10:../../audio/gsm diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index da91472db40..0cb9d7ab7d1 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/05/05 19:51:17 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/08/27 14:35:11 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # @@ -12,7 +12,7 @@ MAINTAINER= is@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vic/ COMMENT= MBONE video conferencing tool -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf DEPENDS+= tk>=8.3.2:../../x11/tk GNU_CONFIGURE= yes |