Adapt to tcl/tk-8.3.2
This commit is contained in:
parent
70b34f3f52
commit
f4a5cefb32
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue