diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
commit | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /lang | |
parent | 578edcd385551fbafb4827036ad4654689210ee5 (diff) | |
download | pkgsrc-7425b543e8f92cf560a58d4bf6db6c156cca9e85.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/brandybasic/Makefile | 4 | ||||
-rw-r--r-- | lang/jbuilder-jit/Makefile | 3 | ||||
-rw-r--r-- | lang/tcl-tclX/Makefile | 3 | ||||
-rw-r--r-- | lang/tk-tclX/Makefile | 3 |
4 files changed, 9 insertions, 4 deletions
diff --git a/lang/brandybasic/Makefile b/lang/brandybasic/Makefile index d5fdff7416b..768c0290fbe 100644 --- a/lang/brandybasic/Makefile +++ b/lang/brandybasic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:00 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/16 01:15:32 jlam Exp $ # DISTNAME= b116 @@ -16,6 +16,8 @@ DOCDIR= ${PREFIX}/share/doc/brandy EXAMPLEDIR= ${PREFIX}/share/examples/brandy BUILD_TARGET= nodebug +PKGSRC_USE_TOOLS+= gtar + do-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA_DIR} ${EXAMPLEDIR} diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile index 5b557850e5f..c35730940c7 100644 --- a/lang/jbuilder-jit/Makefile +++ b/lang/jbuilder-jit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/07/25 18:55:43 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/05/16 01:15:32 jlam Exp $ # DISTNAME= unix_jb35foundation @@ -27,6 +27,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} +PKGSRC_USE_TOOLS+= gtar NO_BUILD= yes diff --git a/lang/tcl-tclX/Makefile b/lang/tcl-tclX/Makefile index 7bcb20b0bc8..5338b41ccab 100644 --- a/lang/tcl-tclX/Makefile +++ b/lang/tcl-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:17 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/05/16 01:15:32 jlam Exp $ # DISTNAME= tclx8.3.5-src @@ -19,6 +19,7 @@ BUILDLINK_DEPENDS.tcl+= tcl>=8.4.7 PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix +USE_TOOLS+= gtar USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared \ diff --git a/lang/tk-tclX/Makefile b/lang/tk-tclX/Makefile index c32457a21f1..fff12ae16a2 100644 --- a/lang/tk-tclX/Makefile +++ b/lang/tk-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/04/11 21:46:17 tv Exp $ +# $NetBSD: Makefile,v 1.26 2005/05/16 01:15:32 jlam Exp $ # DISTNAME= tclx8.3.5-src @@ -16,6 +16,7 @@ CONFLICTS+= tclX-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix +USE_TOOLS+= gtar USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared \ |