diff options
author | jlam <jlam> | 2000-04-16 17:36:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-04-16 17:36:42 +0000 |
commit | f8d62659ef16f2f3129ee22a2da90d29f8d87e94 (patch) | |
tree | feb64bca78824352b5da13ec0a529976e3dcaffb /japanese/vfghostscript5 | |
parent | 9ff8bfbcfa35bceb136b840b393e9acfb528bb4f (diff) | |
download | pkgsrc-f8d62659ef16f2f3129ee22a2da90d29f8d87e94.tar.gz |
Depend on ghostscript-*nb1 since were modified to use gstty/gs.
Diffstat (limited to 'japanese/vfghostscript5')
-rw-r--r-- | japanese/vfghostscript5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vfghostscript5/Makefile b/japanese/vfghostscript5/Makefile index 08ab200c652..9f02b5a67bd 100644 --- a/japanese/vfghostscript5/Makefile +++ b/japanese/vfghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/03/21 22:40:55 tron Exp $ +# $NetBSD: Makefile,v 1.8 2000/04/16 17:36:44 jlam Exp $ # DISTNAME= ja-vfghostscript-5.50 @@ -32,7 +32,7 @@ BUILD_DEPENDS= ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b:../../graphics/jp BUILD_DEPENDS+= unzip:../../archivers/unzip DEPENDS= png>=1.0.6:../../graphics/png DEPENDS+= ja-vflib-2.24.2:../../japanese/vflib -DEPENDS+= ghostscript-5.50:../../print/ghostscript5 +DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5 DIST_SUBDIR= ghostscript |