diff options
author | wiz <wiz> | 2000-12-15 19:14:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 19:14:04 +0000 |
commit | e0d3907105b7e5aa7c83e13bc86379a0086cabbd (patch) | |
tree | 8ca3033113d962ef1ecadad8466ebcf2da2fa108 /print | |
parent | ffa0b3e5849b8554257692842d0ad97c5c3a36dc (diff) | |
download | pkgsrc-e0d3907105b7e5aa7c83e13bc86379a0086cabbd.tar.gz |
Add dependency on gdk-pixbuf.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 4797ecd2344..eb1b4dc0a7b 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2000/11/25 13:53:08 rh Exp $ +# $NetBSD: Makefile,v 1.34 2000/12/15 19:14:04 wiz Exp $ # DISTNAME= gnome-print-0.25 @@ -12,6 +12,7 @@ DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs DEPENDS+= libxml>=1.8.5:../../textproc/libxml DEPENDS+= libunicode>=0.4:../../textproc/libunicode DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript +DEPENDS+= gkd-pixbuf>=0.7.0:../../graphics/gdk-pixbuf USE_X11BASE= yes USE_LIBTOOL= yes |