diff options
author | wiz <wiz> | 2000-08-24 00:46:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-24 00:46:13 +0000 |
commit | 7f393ebc3a0756035a9f6917a338678c933cef73 (patch) | |
tree | 16cd746c34c705021de6bc4294b50f7b690a103b /mbone/vat | |
parent | d20e56b6e476275579d09abcb33223d67b9f4377 (diff) | |
download | pkgsrc-7f393ebc3a0756035a9f6917a338678c933cef73.tar.gz |
We don't need BUILD_DEPENDS and DEPENDS for the same package,
but we need an autoconf dependency if we use it.
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 bd085363e01..447f0c77316 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2000/06/16 22:40:04 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2000/08/24 00:46:13 wiz 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}/include/gsm/private.h:../../audio/gsm +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= tk-8.0.5:../../x11/tk80 DEPENDS+= gsm-1.0.10:../../audio/gsm |