summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-05-24 10:30:24 +0000
committeragc <agc@pkgsrc.org>2000-05-24 10:30:24 +0000
commit4438783527a26e2d0122f8fe84de8352d7a0da9f (patch)
tree9d010c32a90ac282a9bfc8d2de41b90a0e4b19ac /print
parentcc9643738190047a9b9d8d4b1db19174d8395851 (diff)
downloadpkgsrc-4438783527a26e2d0122f8fe84de8352d7a0da9f.tar.gz
Interim fix, to make ghostscript package work.
Add a pre-requisite on the fonts/watanabe_vfont package, so that the min font can be found. Addresses PRs 10181 and 10125.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-nox11/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common
index ed9aee93e72..0b9cd208548 100644
--- a/print/ghostscript-nox11/Makefile.common
+++ b/print/ghostscript-nox11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2000/05/07 02:04:34 jlam Exp $
+# $NetBSD: Makefile.common,v 1.2 2000/05/24 10:30:24 agc Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 6.01
@@ -12,6 +12,7 @@ HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html
DEPENDS+= ghostscript-fonts-6.0:../../print/ghostscript-fonts
DEPENDS+= ja-vflib-lib-2.*:../../japanese/vflib-lib
+DEPENDS+= watanabe-vfont-19930318:../../fonts/watanabe_vfont
DEPENDS+= png>=1.0.6:../../graphics/png
# Adobe's JPEG implementation in their PDF/PS documents is non-standard,