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 | c39d3036c6cae80e3eaf5e0d668a35f36e3e0909 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /print/texfamily | |
parent | c1aec0ffb721a6dc0787d449ab94fb56f534f507 (diff) | |
download | pkgsrc-c39d3036c6cae80e3eaf5e0d668a35f36e3e0909.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'print/texfamily')
-rw-r--r-- | print/texfamily/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile index 6dc8dbdbb86..8791d3ed38a 100644 --- a/print/texfamily/Makefile +++ b/print/texfamily/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/12/03 15:15:07 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/16 01:15:33 jlam Exp $ DISTNAME= TeXfamily-1.2.1 PKGREVISION= 5 @@ -35,6 +35,8 @@ TETEX_DIR= ${PKGSRCDIR}/print/teTeX1-bin/${WRKDIR:T}/teTeX-1.0 WRKSRC= ${TETEX_DIR} EXTRACT_ONLY= # none +PKGSRC_USE_TOOLS+= gtar + BUILD_TARGET= all INSTALL_TARGET= install strip USE_GNU_TOOLS+= make |