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 /x11/tk-BWidget | |
parent | 578edcd385551fbafb4827036ad4654689210ee5 (diff) | |
download | pkgsrc-7425b543e8f92cf560a58d4bf6db6c156cca9e85.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'x11/tk-BWidget')
-rw-r--r-- | x11/tk-BWidget/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/tk-BWidget/Makefile b/x11/tk-BWidget/Makefile index 23c65bbb621..130b581bf03 100644 --- a/x11/tk-BWidget/Makefile +++ b/x11/tk-BWidget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/24 21:10:12 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/16 01:15:34 jlam Exp $ DISTNAME= BWidget-1.7.0 PKGNAME= tk-${DISTNAME} @@ -18,6 +18,8 @@ NO_EXTRACT= YES NO_BUILD= YES NO_CONFIGURE= YES +PKGSRC_USE_TOOLS+= gtar + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/tcl cd ${PREFIX}/lib/tcl && ${GTAR} zxpf ${DISTDIR}/${DISTFILES} |