diff options
author | rh <rh@pkgsrc.org> | 1999-09-03 07:21:26 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-09-03 07:21:26 +0000 |
commit | 8a3d542cd678f39d44959827ba045f03ae8a1058 (patch) | |
tree | c52ad0d16582e6e33194e4c238988af5c3234380 /print | |
parent | 6cfdcecda9344ae64aaf6ab9cd66dde350a0b389 (diff) | |
download | pkgsrc-8a3d542cd678f39d44959827ba045f03ae8a1058.tar.gz |
Update depencency on libxml to version 1.6.1
Diffstat (limited to '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 d515dc2432e..5e0dd3494a6 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/08/30 23:11:14 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/09/03 07:21:26 rh Exp $ # DISTNAME= gnome-print-0.4 @@ -8,8 +8,8 @@ MASTER_SITES= http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/gnome-print/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html -DEPENDS+= gnome-libs-1.0.14:../../x11/gnome-libs -DEPENDS+= libxml-1.4.0:../../textproc/libxml +DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs +DEPENDS+= libxml-1.6.1:../../textproc/libxml DEPENDS+= ghostscript-5.50:../../print/ghostscript5 GNU_CONFIGURE= YES |