summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-03-24 15:59:42 +0000
committerjlam <jlam@pkgsrc.org>2000-03-24 15:59:42 +0000
commit762fe9265c79cf8084f862be128d0849feb642be (patch)
tree6e574fc8f9b51856b180753ea1f2bc047c2e9987
parent56ba480a43078bfaafe39229aef8156f0fd06bcf (diff)
downloadpkgsrc-762fe9265c79cf8084f862be128d0849feb642be.tar.gz
Change DEPENDS from ghostscript-* to ghostscript-5.50 to avoid matching
ghostscript-x11-5.50. Is there a better way?
-rw-r--r--print/gnome-print/Makefile4
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