diff options
Diffstat (limited to 'mbone/vic/Makefile')
-rw-r--r-- | mbone/vic/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 0cb9d7ab7d1..f55def52407 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/08/27 14:35:11 tron Exp $ +# $NetBSD: Makefile,v 1.21 2002/10/02 22:53:08 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # @@ -12,7 +12,6 @@ MAINTAINER= is@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vic/ COMMENT= MBONE video conferencing tool -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf DEPENDS+= tk>=8.3.2:../../x11/tk GNU_CONFIGURE= yes @@ -20,7 +19,4 @@ USE_X11= yes CONFIGURE_ARGS+= --with-tcl=${PREFIX} --with-tk=${PREFIX} -pre-configure: - cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf - .include "../../mk/bsd.pkg.mk" |