pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/p5-GraphViz Bl3ify.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74300982b0df
branches:  trunk
changeset: 473231:74300982b0df
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Apr 17 20:24:30 2004 +0000

description:
Bl3ify.
No need to include graphviz/buildlink?.mk a simple DEPENDS is enough.
Remove unnecessary USE_X11.

diffstat:

 graphics/p5-GraphViz/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r f60c934ce962 -r 74300982b0df graphics/p5-GraphViz/Makefile
--- a/graphics/p5-GraphViz/Makefile     Sat Apr 17 20:05:27 2004 +0000
+++ b/graphics/p5-GraphViz/Makefile     Sat Apr 17 20:24:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/28 12:34:02 seb Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/17 20:24:30 seb Exp $
 #
 
 DISTNAME=      GraphViz-1.8
@@ -14,11 +14,10 @@
 DEPENDS+=      p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
 DEPENDS+=      p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
 DEPENDS+=      p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
+DEPENDS+=      graphviz-[0-9]*:../../graphics/graphviz
 
-USE_BUILDLINK2=                yes
-USE_X11=               yes
+USE_BUILDLINK3=                YES
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/GraphViz/.packlist
 
-.include "../../graphics/graphviz/buildlink2.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index