diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
commit | bf9129c41e2b7be767d2c17d60e379900e6dda5f (patch) | |
tree | 91f275af994eade5936cfd1677c803fdc48b0f89 /print/texfamily/Makefile | |
parent | 2e277f69ef4ed4af438f9af4c09272a7ccbb2475 (diff) | |
download | pkgsrc-bf9129c41e2b7be767d2c17d60e379900e6dda5f.tar.gz |
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
Diffstat (limited to 'print/texfamily/Makefile')
-rw-r--r-- | print/texfamily/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile index 3954012ca5a..5b24f0b39bd 100644 --- a/print/texfamily/Makefile +++ b/print/texfamily/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/01 18:03:20 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/15 18:27:53 jlam Exp $ DISTNAME= TeXfamily-1.2.1 PKGREVISION= 5 @@ -35,11 +35,9 @@ 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_TOOLS+= gmake +USE_TOOLS+= gmake gtar PLIST_SUBST+= MV="${MV}" CFLAGS+= -Dunix MAKEFLAGS+= PREFIX=${PREFIX:Q} |