diff options
author | tron <tron> | 2000-03-14 21:59:33 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-14 21:59:33 +0000 |
commit | d0ee53f4ec3a0088fa1f6d6415af2f1739d62784 (patch) | |
tree | 5680bd41307aac95f2fb7e42d55e6b26ac35281b /print/gnome-print | |
parent | 3548f3496d223dbd40030a516da881a8dc833993 (diff) | |
download | pkgsrc-d0ee53f4ec3a0088fa1f6d6415af2f1739d62784.tar.gz |
Depend on "gnome-libs" 1.0.56 or newer and "libxml" 1.8.5 or newer.
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 1cea1944ac6..02e5d26c450 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/03/14 21:36:46 tron Exp $ +# $NetBSD: Makefile,v 1.14 2000/03/14 21:59:33 tron Exp $ # DISTNAME= gnome-print-0.12 @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html -DEPENDS+= gnome-libs-*:../../x11/gnome-libs -DEPENDS+= libxml-1.*:../../textproc/libxml +DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs +DEPENDS+= libxml>=1.8.5:../../textproc/libxml DEPENDS+= ghostscript-*:../../print/ghostscript5 GNU_CONFIGURE= YES |