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 /print/ggv | |
parent | 9ff8bfbcfa35bceb136b840b393e9acfb528bb4f (diff) | |
download | pkgsrc-f8d62659ef16f2f3129ee22a2da90d29f8d87e94.tar.gz |
Depend on ghostscript-*nb1 since were modified to use gstty/gs.
Diffstat (limited to 'print/ggv')
-rw-r--r-- | print/ggv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 2f847908c80..33802315cd3 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/03/24 18:26:43 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2000/04/16 17:36:44 jlam Exp $ # DISTNAME= ggv-0.50 @@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -DEPENDS+= ghostscript-x11-5.50:../../print/ghostscript5-x11 +DEPENDS+= ghostscript-x11-5.50nb1:../../print/ghostscript5-x11 DEPENDS+= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= YES |