summaryrefslogtreecommitdiff
path: root/mbone/vat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/vat/Makefile')
-rw-r--r--mbone/vat/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 56dda9ff98a..0a40c886315 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2001/08/27 14:35:11 tron Exp $
+# $NetBSD: Makefile,v 1.42 2002/10/02 22:57:14 wiz Exp $
#
DISTNAME= vatsrc-4.0b2
@@ -11,7 +11,6 @@ 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
DEPENDS+= tk>=8.3.2:../../x11/tk
DEPENDS+= gsm-1.0.10:../../audio/gsm
@@ -23,7 +22,4 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm
INSTALL_TARGET= install install-man
-pre-configure:
- cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
-
.include "../../mk/bsd.pkg.mk"