diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-21 08:20:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-21 08:20:52 +0000 |
commit | c6f5cfdcbc67ee3f4b7ca6d1553a652012fcfb42 (patch) | |
tree | 015cf5c41ecbfbb8c872191dc5da9b27854501e7 /print | |
parent | 2c9d5725037c60cec05066e077d3a11307931ae0 (diff) | |
download | pkgsrc-c6f5cfdcbc67ee3f4b7ca6d1553a652012fcfb42.tar.gz |
We use ghostscript.mk, so lose the redundant DEPENDS on ghostscript.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 788c6524d04..3d746ed91d8 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2002/09/14 18:32:01 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2002/09/21 08:20:52 jlam Exp $ # DISTNAME= gnome-print-0.36 @@ -9,8 +9,6 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html COMMENT= Prototype implementation of the Gnome Printing Architecture -DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript - USE_BUILDLINK2= YES USE_X11= YES USE_LIBTOOL= YES |