diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 09:13:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 09:13:24 +0000 |
commit | f62e3a391c61b6dff72d3e81d20b674af6bd8a75 (patch) | |
tree | 9ebb22ec21e2ef0efa8be3cfd20aac0ec0c7d49c /lang/tcl-itcl | |
parent | 2abca9a3117c27941c70398ac905139bcb285808 (diff) | |
download | pkgsrc-f62e3a391c61b6dff72d3e81d20b674af6bd8a75.tar.gz |
Use buildlink2, and fix PLIST.
Diffstat (limited to 'lang/tcl-itcl')
-rw-r--r-- | lang/tcl-itcl/Makefile | 8 | ||||
-rw-r--r-- | lang/tcl-itcl/PLIST | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/tcl-itcl/Makefile b/lang/tcl-itcl/Makefile index a28add9bfcb..82d678b56af 100644 --- a/lang/tcl-itcl/Makefile +++ b/lang/tcl-itcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/12/23 17:21:02 bjoern Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/25 09:13:24 wiz Exp $ DISTNAME= itcl3.2 PKGNAME= tcl-itcl-3.2 @@ -9,9 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://tcltk.com/itcl/ COMMENT= [incr Tcl] object-oriented extension to Tcl/Tk -DEPENDS+= tcl>=8.3.4:../../lang/tcl -DEPENDS+= tk>=8.3.4:../../x11/tk - +USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-shared @@ -39,4 +37,6 @@ pre-clean: @cd ../../lang/tcl && ${MAKE} clean @cd ../../x11/tk && ${MAKE} clean +.include "../../lang/tcl/buildlink2.mk" +.include "../../x11/tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/tcl-itcl/PLIST b/lang/tcl-itcl/PLIST index d2a84a21acf..e0aba6a80f4 100644 --- a/lang/tcl-itcl/PLIST +++ b/lang/tcl-itcl/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:25:16 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/10/25 09:13:24 wiz Exp $ include/itcl.h include/itclDecls.h include/itclInt.h include/itclIntDecls.h include/itk.h include/itkDecls.h +lib/iwidgets lib/tcl/itcl3.2/pkgIndex.tcl lib/tcl/itcl3.2/itcl.tcl lib/tcl/itk3.2/pkgIndex.tcl |