diff options
author | sbd <sbd> | 2013-04-25 03:53:11 +0000 |
---|---|---|
committer | sbd <sbd> | 2013-04-25 03:53:11 +0000 |
commit | 1cfdcf5701a7b828278f7870f21c23a46b6e9924 (patch) | |
tree | ea5c1a73688aaded25992d8c1175070ba7c61308 /graphics/graphviz | |
parent | 2ae582fa2edaeb155fce090d562e2bd495f5017d (diff) | |
download | pkgsrc-1cfdcf5701a7b828278f7870f21c23a46b6e9924.tar.gz |
For all packages include ghostscript.buildlink3.mk:
s/ghostscript.buildlink3.mk/buildlink3.mk/
Bump PKGREVISIONs
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 | ||||
-rw-r--r-- | graphics/graphviz/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index ade81e40b93..1d0651edc5a 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.115 2013/04/09 05:50:39 dholland Exp $ +# $NetBSD: Makefile,v 1.116 2013/04/25 03:53:11 sbd Exp $ DISTNAME= graphviz-2.26.3 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ diff --git a/graphics/graphviz/options.mk b/graphics/graphviz/options.mk index cfd3bb8063a..0ccd5ef9bb7 100644 --- a/graphics/graphviz/options.mk +++ b/graphics/graphviz/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.17 2013/03/16 22:41:50 dholland Exp $ +# $NetBSD: options.mk,v 1.18 2013/04/25 03:53:11 sbd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz PKG_SUPPORTED_OPTIONS= gd ghostscript gtk guile lua ocaml pangocairo rsvg tcl x11 perl @@ -30,7 +30,7 @@ PLIST.x11= yes PLIST.pangocairo= yes . if !empty(PKG_OPTIONS:Mghostscript) -. include "../../print/ghostscript/ghostscript.buildlink3.mk" +. include "../../print/ghostscript/buildlink3.mk" PLIST.ghostscript= yes . else CONFIGURE_ARGS+= --without-ghostscript |