diff options
author | seb <seb@pkgsrc.org> | 2006-07-16 15:02:43 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-07-16 15:02:43 +0000 |
commit | b13b0ec83bb85964dbb7d76e69622a485fec1f2b (patch) | |
tree | d9273a518b2b61a030edadaa3aa77a3afae5220a /graphics/graphviz | |
parent | c8f6a946344531bd81abeefc3209606d941cd341 (diff) | |
download | pkgsrc-b13b0ec83bb85964dbb7d76e69622a485fec1f2b.tar.gz |
As per Makefile revision 1.49 comment out inclusion
of graphics/gd/buildlink3.mk.
This fix the build of packages including
graphics/graphviz/buildlink3.mk
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/buildlink3.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/graphviz/buildlink3.mk b/graphics/graphviz/buildlink3.mk index d46073ade1d..9ad123787f0 100644 --- a/graphics/graphviz/buildlink3.mk +++ b/graphics/graphviz/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2006/07/08 23:10:51 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2006/07/16 15:02:43 seb Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GRAPHVIZ_BUILDLINK3_MK:= ${GRAPHVIZ_BUILDLINK3_MK}+ @@ -21,7 +21,9 @@ BUILDLINK_PKGSRCDIR.graphviz?= ../../graphics/graphviz .include "../../devel/zlib/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" -.include "../../graphics/gd/buildlink3.mk" +# The configure script requires gd>=2.0.34, which was never released. +# Uncomment the following when graphics/gd is updated to 2.0.34 +#.include "../../graphics/gd/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" |