diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-07 17:32:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-07 17:32:58 +0000 |
commit | e8f4d42453684ac29371033ac9538dbfafdf7f1e (patch) | |
tree | e3643127722a2f27908c2c38f534306b5f92ee82 /print | |
parent | 816e616b23e7febe3560db3b1c459a893224792b (diff) | |
download | pkgsrc-e8f4d42453684ac29371033ac9538dbfafdf7f1e.tar.gz |
Note the tools that this package uses, and pass a full path to the
configure script for "BMAKE" so that we don't pull in the BSD make
symlink from the tools directory.
Diffstat (limited to 'print')
-rw-r--r-- | print/latex-mk/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile index 2101df8b47d..c0009ddc382 100644 --- a/print/latex-mk/Makefile +++ b/print/latex-mk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/05/29 13:41:29 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/07 17:32:58 jlam Exp $ # DISTNAME= latex-mk-1.3 @@ -11,7 +11,10 @@ COMMENT= Makefile fragments and scripts for managing LaTeX documents PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= YES +USE_TOOLS= awk echo env false find grep rm rmdir + +GNU_CONFIGURE= YES +CONFIGURE_ENV+= BMAKE=${MAKE_PROGRAM:Q} INFO_FILES= latex-mk.info |