diff options
author | jlam <jlam> | 2000-03-24 15:59:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-03-24 15:59:42 +0000 |
commit | 85763cdadf3bc94327d4ac645fc6fdb4c6248748 (patch) | |
tree | 6e574fc8f9b51856b180753ea1f2bc047c2e9987 /print/gnome-print | |
parent | 76e655826c5d239d6071e79bd976d9e99aa56014 (diff) | |
download | pkgsrc-85763cdadf3bc94327d4ac645fc6fdb4c6248748.tar.gz |
Change DEPENDS from ghostscript-* to ghostscript-5.50 to avoid matching
ghostscript-x11-5.50. Is there a better way?
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 02e5d26c450..ff151b2c6e6 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/03/14 21:59:33 tron Exp $ +# $NetBSD: Makefile,v 1.15 2000/03/24 15:59:42 jlam Exp $ # DISTNAME= gnome-print-0.12 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.levien.com/gnome/print-arch.html DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs DEPENDS+= libxml>=1.8.5:../../textproc/libxml -DEPENDS+= ghostscript-*:../../print/ghostscript5 +DEPENDS+= ghostscript-5.50:../../print/ghostscript5 GNU_CONFIGURE= YES USE_LIBTOOL= YES |