summaryrefslogtreecommitdiff
path: root/graphics/dxsamples
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-11 13:27:20 +0000
committerjoerg <joerg>2006-06-11 13:27:20 +0000
commitadb719b7875d7e0b73e5c144bca3d2bf9bc40a21 (patch)
tree3419c169ea5884f14b9da8835bef82ca9214cd8b /graphics/dxsamples
parentf59423419472fdfc2e6dacbe6c1021b27cbe2ea9 (diff)
downloadpkgsrc-adb719b7875d7e0b73e5c144bca3d2bf9bc40a21.tar.gz
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 (limited to 'graphics/dxsamples')
-rw-r--r--graphics/dxsamples/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/dxsamples/Makefile b/graphics/dxsamples/Makefile
index 4cfc1dd3216..ec8dad246ef 100644
--- a/graphics/dxsamples/Makefile
+++ b/graphics/dxsamples/Makefile
@@ -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 @@ BROKEN_IN= pkgsrc-2005Q4 pkgsrc-2006Q1
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"