From 11756f864a98cf2a6382d865e80685db4ccfb2da Mon Sep 17 00:00:00 2001 From: jwise Date: Wed, 30 Aug 2000 20:25:44 +0000 Subject: Adapt to tcl/tk-8.3.2 --- sysutils/xhfs/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sysutils/xhfs/Makefile') diff --git a/sysutils/xhfs/Makefile b/sysutils/xhfs/Makefile index bfb9cc52c7d..875f67eb104 100644 --- a/sysutils/xhfs/Makefile +++ b/sysutils/xhfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/17 04:35:55 fredb Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/30 20:25:44 jwise Exp $ # DISTNAME= hfsutils-3.2.6 @@ -10,14 +10,13 @@ MAINTAINER= wrstuden@netbsd.org HOMEPAGE= http://www.mars.org/home/rob/proj/hfs/ DEPENDS= libhfs-3.2.6:../../devel/libhfs -DEPENDS+= tcl-8.0.5:../../lang/tcl80 -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.0 \ - --with-tk=${LOCALBASE}/lib/tk8.0 --disable-cli +CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib \ + --with-tk=${LOCALBASE}/lib --disable-cli CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include/libhfs .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3