diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-23 15:38:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-23 15:38:58 +0000 |
commit | 1a24e4676e71c48744684b50e32c7ca8c0f26f16 (patch) | |
tree | 0ea1a574cd57018d9dcc13e4edb3c6a8c6e641c2 /graphics | |
parent | 7e15eca167e60ef629b2f4cd6968afca6b711a74 (diff) | |
download | pkgsrc-1a24e4676e71c48744684b50e32c7ca8c0f26f16.tar.gz |
Skip the config file, it is handled by INSTALL/DEINSTALL.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index d7c24aea42d..2d561032e26 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2007/09/21 17:40:38 joerg Exp $ +# $NetBSD: Makefile,v 1.59 2007/09/23 15:38:58 joerg Exp $ DISTNAME= graphviz-2.12 PKGREVISION= 5 @@ -14,6 +14,8 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts +CHECK_FILES_SKIP= lib/graphviz/config + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config |