From fa61b863f8ac98eaffd464f1eaca27381d1141c7 Mon Sep 17 00:00:00 2001 From: Peter Ibsen Hansen Date: Thu, 14 Sep 2006 11:06:28 +0000 Subject: [PATCH] Changed dependancy from ghostscript-esp to ghostscript-gnu. Both works, but they can not coexist, and I use ghostscript-gnu for other stuff. --- pointless/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pointless/Makefile b/pointless/Makefile index 59ffb04222..518ed85bd5 100644 --- a/pointless/Makefile +++ b/pointless/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/09/13 18:50:46 peterih Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/14 11:06:28 peterih Exp $ # DISTNAME= pointless-0.5 @@ -18,7 +18,7 @@ DEPENDS+= plotutils>=2.4.1:../../graphics/plotutils DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot DEPENDS+= freetype2>=2.1:../../graphics/freetype2 DEPENDS+= Mesa>=6.0:../../graphics/Mesa -DEPENDS+= ghostscript-esp>=7.0:../../print/ghostscript-esp +DEPENDS+= ghostscript-gnu>=7.0:../../print/ghostscript-gnu USE_PKGLOCALEDIR= yes