diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-14 14:48:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-14 14:48:27 +0000 |
commit | 3d887c4c5473b2f0775a30059ff376cdeea41e6b (patch) | |
tree | 2f52ebe24e8bd361c187b4f8afc56e0989432127 | |
parent | a0f2d9b8dcfb52f1b9a2f0657ec6539e19e57afd (diff) | |
download | pkgsrc-3d887c4c5473b2f0775a30059ff376cdeea41e6b.tar.gz |
Fixed the path to the bash.
-rw-r--r-- | graphics/djvulibre-tools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/djvulibre-tools/Makefile b/graphics/djvulibre-tools/Makefile index 3ec30b9fd30..f423ad995a3 100644 --- a/graphics/djvulibre-tools/Makefile +++ b/graphics/djvulibre-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/30 17:09:39 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2006/09/14 14:48:27 rillig Exp $ # DISTNAME= djvulibre-3.5.17 @@ -23,6 +23,9 @@ MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} BUILD_DIRS= tools xmltools INSTALL_DIRS= tools xmltools +REPLACE_BASH+= tools/any2djvu +USE_TOOLS+= bash:run + .include "../../graphics/djvulibre-lib/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" |