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 | a2cb88e8d93ea850c274918b41819be047b4adb7 (patch) | |
tree | c1d19a4567c0d29d4b61291fe427b4d4ac6e908e /graphics/graphviz | |
parent | 407e7bd4da06557110f094deecbb6127e1d521dd (diff) | |
download | pkgsrc-a2cb88e8d93ea850c274918b41819be047b4adb7.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} |