diff options
author | drochner <drochner> | 2010-08-31 18:18:38 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-08-31 18:18:38 +0000 |
commit | a7bb1163a16dd9792d776d9af253b80441070a42 (patch) | |
tree | 3a45b6a272decaaf8a4ffc68e04e5ab910948459 /graphics | |
parent | ce7de50d23d606a5f22ed581079f7fbf2a1a06ef (diff) | |
download | pkgsrc-a7bb1163a16dd9792d776d9af253b80441070a42.tar.gz |
remove dependency on ghostscript-fonts -- this pkg uses fontconfig
to access fonts
Diffstat (limited to 'graphics')
-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 697f89d084e..9fb9f138b40 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2010/08/21 16:34:54 seb Exp $ +# $NetBSD: Makefile,v 1.83 2010/08/31 18:18:38 drochner Exp $ DISTNAME= graphviz-2.24.0 PKGREVISION= 5 @@ -13,8 +13,6 @@ LICENSE= cpl-1.0 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts - CHECK_FILES_SKIP= ${PREFIX}/lib/graphviz/config6 PRIVILEGED_STAGES+= clean |