diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 13:27:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 13:27:20 +0000 |
commit | 184e8b63b96f9047f976e15853031b0e69a9e284 (patch) | |
tree | 3419c169ea5884f14b9da8835bef82ca9214cd8b | |
parent | 29c707dea8e38a6b64d9c63bbb12c2fd0a000b58 (diff) | |
download | pkgsrc-184e8b63b96f9047f976e15853031b0e69a9e284.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.
-rw-r--r-- | graphics/dxsamples/Makefile | 7 |
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" |