summaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorminskim <minskim>2006-03-09 17:40:24 +0000
committerminskim <minskim>2006-03-09 17:40:24 +0000
commit29d99a791e9964281fdce9f6482af2e3f53d590f (patch)
tree9a1dfe16aa152d0ade1fd37b46b6bc286f2db1f6 /graphics/graphviz
parent046ad0f379d5d1b088abb23d9519fd3fadca31bf (diff)
downloadpkgsrc-29d99a791e9964281fdce9f6482af2e3f53d590f.tar.gz
Remove the dependency on gd. The configure script of graphviz
requires gd>=2.0.34, which was never released. Thus, it always uses the internal gd library (gd-2.0.33 with some improvements) and doesn't depend on the pkgsrc gd library. Bump PKGREVISION.
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 087f6b8316f..023e232b849 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2006/03/04 21:29:48 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2006/03/09 17:40:24 minskim Exp $
DISTNAME= graphviz-2.6
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.graphviz.org/
COMMENT= Graph Drawing Programs from AT&T Research and Lucent Bell Labs
-BUILDLINK_DEPENDS.gd+= gd>=2.0.33nb1
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
@@ -47,7 +45,9 @@ pre-build:
.include "../../devel/libltdl/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"