diff options
author | wiz <wiz> | 2004-10-28 11:54:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-10-28 11:54:12 +0000 |
commit | 72880c2f094b2ae1176ff9788645aaf309e1ed45 (patch) | |
tree | cf8c260b04ef4de68d7b384e6dba5a811ed039af /mbone | |
parent | 3654256ef9f20361cf08d863113481f6929762ad (diff) | |
download | pkgsrc-72880c2f094b2ae1176ff9788645aaf309e1ed45.tar.gz |
Wildcard depends.
Diffstat (limited to 'mbone')
-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 8b2a3db9b57..4c4566784b2 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2004/03/08 20:27:15 minskim Exp $ +# $NetBSD: Makefile,v 1.47 2004/10/28 11:54:12 wiz Exp $ # DISTNAME= vatsrc-4.0b2 @@ -11,7 +11,7 @@ HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ COMMENT= The Visual Audio Tool - multicast audioconferencing DEPENDS+= tk>=8.3.2:../../x11/tk83 -DEPENDS+= gsm-1.0.10:../../audio/gsm +DEPENDS+= gsm>=1.0.10:../../audio/gsm WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_X11= yes |