summaryrefslogtreecommitdiff
path: root/sysutils/xhfs/Makefile
diff options
context:
space:
mode:
authorjwise <jwise>2000-08-30 20:25:44 +0000
committerjwise <jwise>2000-08-30 20:25:44 +0000
commit11756f864a98cf2a6382d865e80685db4ccfb2da (patch)
treeaf6c16266910a3ef2663e2124a169ae3182197e1 /sysutils/xhfs/Makefile
parentfd4d03d868983b03a8cf15f894005fb614c07db3 (diff)
downloadpkgsrc-11756f864a98cf2a6382d865e80685db4ccfb2da.tar.gz
Adapt to tcl/tk-8.3.2
Diffstat (limited to 'sysutils/xhfs/Makefile')
-rw-r--r--sysutils/xhfs/Makefile9
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"