summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2006-08-07 14:54:14 +0000
committercube <cube@pkgsrc.org>2006-08-07 14:54:14 +0000
commit7e44cbf35db43d37c27fa1b354be6d769d2be3ea (patch)
treeebc08cfc660a0cfeb94dd48d921512ada2a6618e /mk
parent88492ae62139d579de8ba46dbb669817bcbc1b95 (diff)
downloadpkgsrc-7e44cbf35db43d37c27fa1b354be6d769d2be3ea.tar.gz
Add "dvipdf" to the list of tools provided by ghostscript.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/replace.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 4191d5af3bc..35d712cdfc2 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.174 2006/07/13 14:02:34 jlam Exp $
+# $NetBSD: replace.mk,v 1.175 2006/08/07 14:54:14 cube Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -903,7 +903,7 @@ TOOLS_PATH.${_t_}= ${TOOLS_PREFIX.${_t_}}/bin/${GNU_PROGRAM_PREFIX}${_t_}
# These tools are all supplied by a Ghostscript package if there is no
# native tool available.
#
-_TOOLS.ghostscript= gs pdf2ps ps2pdf
+_TOOLS.ghostscript= dvipdf gs pdf2ps ps2pdf
# This is the minimum version of Ghostscript required by the current
# package.