summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortron <tron>1999-08-01 12:27:10 +0000
committertron <tron>1999-08-01 12:27:10 +0000
commitc3a795d357e14d2f1f8b28446ef2fd80bd130d72 (patch)
tree4c493774e9410ad8675e05ffe0b5f19f4ce6fc10 /print
parent7dbefc5c6288d619d985bf38033958d16c7a2d1b (diff)
downloadpkgsrc-c3a795d357e14d2f1f8b28446ef2fd80bd130d72.tar.gz
Add missing dependence on "libxml" package.
Diffstat (limited to 'print')
-rw-r--r--print/gnome-print/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index a08113b2bbd..f7d41b4f62c 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/07/31 19:13:07 rh Exp $
+# $NetBSD: Makefile,v 1.2 1999/08/01 12:27:10 tron Exp $
#
DISTNAME= gnome-print-0.4
@@ -9,6 +9,7 @@ MAINTAINER= packages@netbsd.org
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
GNU_CONFIGURE= YES
USE_LIBTOOL= YES