pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gri Let gri depend on dvipsk because teTeX-bi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82d84f7cc241
branches:  trunk
changeset: 555169:82d84f7cc241
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Feb 25 17:48:56 2009 +0000

description:
Let gri depend on dvipsk because teTeX-bin no longer provides dvips.

diffstat:

 graphics/gri/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5ef1d3a4303d -r 82d84f7cc241 graphics/gri/Makefile
--- a/graphics/gri/Makefile     Wed Feb 25 17:23:34 2009 +0000
+++ b/graphics/gri/Makefile     Wed Feb 25 17:48:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2008/09/20 18:53:11 dholland Exp $
+# $NetBSD: Makefile,v 1.36 2009/02/25 17:48:56 minskim Exp $
 
 DISTNAME=              gri-2.12.18
 CATEGORIES=            graphics
@@ -11,6 +11,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 BUILD_DEPENDS+=                ImageMagick-[0-9]*:../../graphics/ImageMagick
+BUILD_DEPENDS+=                dvipsk-[0-9]*:../../print/dvipsk
 
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index