pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/latex-mk Note the tools that this package uses, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a8c0d9877f0
branches:  trunk
changeset: 495371:6a8c0d9877f0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jun 07 17:32:58 2005 +0000

description:
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:

 print/latex-mk/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 604b91ae70ee -r 6a8c0d9877f0 print/latex-mk/Makefile
--- a/print/latex-mk/Makefile   Tue Jun 07 16:57:37 2005 +0000
+++ b/print/latex-mk/Makefile   Tue Jun 07 17:32:58 2005 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index