diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-08 00:39:02 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-08 00:39:02 +0000 |
commit | 7396ba7c2080490331f24f8c671507f1ef3d782d (patch) | |
tree | ac4cebbe1493acfe1f5528403d2e3400fb6ecc94 /mbone/vat/Makefile | |
parent | 8fc533262e5e0fd66adbbfaa6884a02955c40ecd (diff) | |
download | pkgsrc-7396ba7c2080490331f24f8c671507f1ef3d782d.tar.gz |
`mbone / I'm in mbone / and my heart it swells, so I can hardly speak'
Adapt this package to tk-8.3.2.
Diffstat (limited to 'mbone/vat/Makefile')
-rw-r--r-- | mbone/vat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 6722d19742a..9b2f5818033 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/09/01 17:58:05 jwise Exp $ +# $NetBSD: Makefile,v 1.33 2000/09/08 00:39:02 jwise Exp $ # DISTNAME= vatsrc-4.0b2 @@ -7,13 +7,11 @@ WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= mbone MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ -BROKEN= This package has not yet been updated to work with tcl-8.3.2. - MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk DEPENDS+= gsm-1.0.10:../../audio/gsm NOT_FOR_PLATFORM= *-*-alpha # filter.cc compiler error @@ -21,6 +19,7 @@ NOT_FOR_PLATFORM= *-*-alpha # filter.cc compiler error USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +CONFIGURE_ARGS+= --with-tcl=${PREFIX} --with-tk=${PREFIX} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm |