diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-30 20:25:44 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-30 20:25:44 +0000 |
commit | f4a5cefb32d74919e78048bd470635eb10276108 (patch) | |
tree | af6c16266910a3ef2663e2124a169ae3182197e1 /sysutils/xhfs | |
parent | 70b34f3f525f2e4e0ecdb7999b934cf3a1fdc6f3 (diff) | |
download | pkgsrc-f4a5cefb32d74919e78048bd470635eb10276108.tar.gz |
Adapt to tcl/tk-8.3.2
Diffstat (limited to 'sysutils/xhfs')
-rw-r--r-- | sysutils/xhfs/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
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" |