pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/dxsamples Ensure that the path of the real ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/facbb8bdecab
branches:  trunk
changeset: 514352:facbb8bdecab
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 11 13:27:20 2006 +0000

description:
Ensure that the path of the real makeinfo is embedded in the Makefiles.
Bump revision. I haven't made it a runtime dependency, since this is a
source package with examples only.

diffstat:

 graphics/dxsamples/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 6bc08f4ea7e3 -r facbb8bdecab graphics/dxsamples/Makefile
--- a/graphics/dxsamples/Makefile       Sun Jun 11 13:07:09 2006 +0000
+++ b/graphics/dxsamples/Makefile       Sun Jun 11 13:27:20 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2006/05/18 20:29:59 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2006/06/11 13:27:20 joerg Exp $
 
 DISTNAME=      dxsamples-4.3.2
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  http://opendx.npaci.edu/source/
 
@@ -14,7 +14,8 @@
 DEPENDS+=      dx-[0-9]*:../../graphics/dx
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake makeinfo
+CONFIGURE_ARGS+=       MAKEINFO=${TOOLS_PATH.makeinfo}
 USE_X11BASE=   yes
 
 .include "../../mk/x11.buildlink3.mk"



Home | Main Index | Thread Index | Old Index