diff options
author | abs <abs@pkgsrc.org> | 1999-08-03 21:32:51 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-08-03 21:32:51 +0000 |
commit | 6b71037340d00111b6519f227d2643cbe22ccd65 (patch) | |
tree | a6b9f30208f45b1097aa9f576c4b1c3831cdf6f5 | |
parent | 549f405a8ecba70b3fdd12afbc4cea0d3a259a60 (diff) | |
download | pkgsrc-6b71037340d00111b6519f227d2643cbe22ccd65.tar.gz |
Needs ghostscript5 for fonts.
-rw-r--r-- | print/gnome-print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index f7d41b4f62c..fb79a3bf356 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/01 12:27:10 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/03 21:32:51 abs Exp $ # DISTNAME= gnome-print-0.4 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.levien.com/gnome/print-arch.html DEPENDS+= gnome-libs-1.0.10:../../x11/gnome-libs DEPENDS+= libxml-1.4.0:../../textproc/libxml +DEPENDS+= ghostscript-5.50:../../print/ghostscript5 GNU_CONFIGURE= YES USE_LIBTOOL= YES |