summaryrefslogtreecommitdiff
path: root/mbone/vat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-05 10:34:19 +0000
committerwiz <wiz@pkgsrc.org>2005-04-05 10:34:19 +0000
commite8e0488c1e983e2ea038667c348574cc19be0817 (patch)
tree61ae69def87b54e10cfa058ce71aa7beabb83af1 /mbone/vat
parent28beed5917179479bde85dea61bd4bcb851faa6c (diff)
downloadpkgsrc-e8e0488c1e983e2ea038667c348574cc19be0817.tar.gz
Convert to bl3, untested.
Diffstat (limited to 'mbone/vat')
-rw-r--r--mbone/vat/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 4c4566784b2..6a03fafca3d 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2004/10/28 11:54:12 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2005/04/05 10:35:13 wiz Exp $
#
DISTNAME= vatsrc-4.0b2
@@ -10,9 +10,6 @@ MAINTAINER= mycroft@NetBSD.org
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
-
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_X11= yes
GNU_CONFIGURE= yes
@@ -22,4 +19,6 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm
INSTALL_TARGET= install install-man
+.include "../../audio/gsm/buildlink3.mk"
+.include "../../x11/tk83/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"