diff options
author | gdt <gdt@pkgsrc.org> | 2005-07-19 14:45:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-07-19 14:45:52 +0000 |
commit | 7004ad9aa82e563f92072a4b56b4567bca165a8e (patch) | |
tree | c1d19a4567c0d29d4b61291fe427b4d4ac6e908e /graphics/graphviz | |
parent | 4b530280208a5a82761bbd3b4d5eaf03c66395ec (diff) | |
download | pkgsrc-7004ad9aa82e563f92072a4b56b4567bca165a8e.tar.gz |
Remove LICENSE= and license file because graphviz is licensed under
the Common Public License, which is approved by OSI as an open-source
license.
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index ec921e2dc50..94083635006 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/06/07 16:07:14 minskim Exp $ +# $NetBSD: Makefile,v 1.37 2005/07/19 14:45:52 gdt Exp $ # DISTNAME= graphviz-2.2.1 @@ -9,8 +9,6 @@ MAINTAINER= seb@NetBSD.org HOMEPAGE= http://www.graphviz.org/ COMMENT= Graph Drawing Programs from AT&T Research and Lucent Bell Labs -LICENSE= graphviz-license - BUILDLINK_DEPENDS.gd+= gd>=2.0.33nb1 DIST_SUBDIR= ${PKGNAME_NOREV} |