diff options
author | jlam <jlam> | 2005-07-15 18:27:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-07-15 18:27:48 +0000 |
commit | d2eea181f0c5ef51db2ef63ecadc8d3add70bd6b (patch) | |
tree | 91f275af994eade5936cfd1677c803fdc48b0f89 /print/texfamily/Makefile | |
parent | 6b7892b7405d77307d3b0c21dd5229fd6fa9d116 (diff) | |
download | pkgsrc-d2eea181f0c5ef51db2ef63ecadc8d3add70bd6b.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} |