diff options
author | tron <tron> | 2009-04-01 16:36:06 +0000 |
---|---|---|
committer | tron <tron> | 2009-04-01 16:36:06 +0000 |
commit | b5e1b464b21d5a3ae5ff4257fe0a9ec2af8da45a (patch) | |
tree | 94592337f629f39369c4f8b6327f3211a4304677 | |
parent | d1d4a01dbe8fcdfa413d98afdeaa10364db4598d (diff) | |
download | pkgsrc-b5e1b464b21d5a3ae5ff4257fe0a9ec2af8da45a.tar.gz |
Fix package list problem introduced in revision 1 by adding
"lib/graphviz/config" back. Problem noted by Jens Rehsack.
-rw-r--r-- | graphics/graphviz/Makefile | 4 | ||||
-rw-r--r-- | graphics/graphviz/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index ece0db257ce..d88b7d053ba 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2009/03/03 16:04:53 joerg Exp $ +# $NetBSD: Makefile,v 1.72 2009/04/01 16:36:06 tron Exp $ DISTNAME= graphviz-2.20.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ diff --git a/graphics/graphviz/PLIST b/graphics/graphviz/PLIST index bab6ebc2eae..800a17d9a34 100644 --- a/graphics/graphviz/PLIST +++ b/graphics/graphviz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2009/03/06 07:35:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.30 2009/04/01 16:36:06 tron Exp $ bin/acyclic bin/bcomps bin/ccomps @@ -50,6 +50,7 @@ include/graphviz/pathplan.h include/graphviz/textpara.h include/graphviz/types.h include/graphviz/usershape.h +lib/graphviz/config lib/graphviz/libgvplugin_core.la lib/graphviz/libgvplugin_dot_layout.la lib/graphviz/libgvplugin_gd.la |