summaryrefslogtreecommitdiff
path: root/graphics/graphviz/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2013-11-06 00:50:47 +0000
committergdt <gdt>2013-11-06 00:50:47 +0000
commita080c6548cc6d6a91115dbad21543fcdf0a0c64d (patch)
treed303f622a18dcd4bdc254cc76e859408d1b79d4b /graphics/graphviz/Makefile
parent0db485ba8ccea5e417911d60658e2e28b3c24568 (diff)
downloadpkgsrc-a080c6548cc6d6a91115dbad21543fcdf0a0c64d.tar.gz
Fix guile support by repairing sed expression.
At configure time, guile --version is parsed to see if guile is new enough, and our guile 1.8 is new enough. But the sed expression, documented to use BREs, wrongly uses \+ which is a modern RE construct. gsed interprets \+, and is hereby awarded a "test ==" badge of shame. To fix this, change \+ to *.
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r--graphics/graphviz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 27e91c537b3..31859bebd6d 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.132 2013/10/30 06:49:54 dholland Exp $
+# $NetBSD: Makefile,v 1.133 2013/11/06 00:50:47 gdt Exp $
DISTNAME= graphviz-2.34.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/