diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-07 05:16:39 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-07 05:16:39 +0000 |
commit | f8363e87f7123505e22e908848dad895f94d7f25 (patch) | |
tree | f890354c67cba358c8c9aedcc9cfb4103850dfd1 /mbone/vat | |
parent | d90777545a423675ac1d0d8222c32185e2526051 (diff) | |
download | pkgsrc-f8363e87f7123505e22e908848dad895f94d7f25.tar.gz |
Fix a few more paste-o's.
Diffstat (limited to 'mbone/vat')
-rw-r--r-- | mbone/vat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index da1b1a5df46..6e473907e99 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/02/05 09:01:00 tron Exp $ +# $NetBSD: Makefile,v 1.36 2001/02/07 05:16:40 fredb Exp $ # DISTNAME= vatsrc-4.0b2 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= tk-8.3.2:../../x11/tk DEPENDS+= gsm-1.0.10:../../audio/gsm |