diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-08 00:48:15 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-08 00:48:15 +0000 |
commit | 89df4381a37b9c41d3376828445cd8b10660f7d2 (patch) | |
tree | b3579503d1c7698794b1e0d6da268e5c290c95b7 /mbone/vic/Makefile | |
parent | 7396ba7c2080490331f24f8c671507f1ef3d782d (diff) | |
download | pkgsrc-89df4381a37b9c41d3376828445cd8b10660f7d2.tar.gz |
Adapt this package to tk-8.3.2.
Diffstat (limited to 'mbone/vic/Makefile')
-rw-r--r-- | mbone/vic/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 48c0478be4a..7d436eb74dc 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,24 +1,24 @@ -# $NetBSD: Makefile,v 1.13 2000/09/01 17:58:05 jwise Exp $ +# $NetBSD: Makefile,v 1.14 2000/09/08 00:48:15 jwise Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # DISTNAME= vicsrc-2.8 PKGNAME= ${DISTNAME:S/src//} WRKSRC= ${WRKDIR}/${PKGNAME} -CATEGORIES= mbone tk80 +CATEGORIES= mbone tk MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ -BROKEN= This package has not yet been updated to work with tcl-8.3.2. - MAINTAINER= is@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vic/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk GNU_CONFIGURE= yes USE_X11= yes +CONFIGURE_ARGS+= --with-tcl=${PREFIX} --with-tk=${PREFIX} + pre-configure: cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf |