diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-06 00:42:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-06 00:42:03 +0800 |
commit | 84b07cf342cb0a726ebeec9fac0d6cbd15cf35b8 (patch) | |
tree | 950a61218d776f6e17018f41e2c0e0226231178c /graphics/springgraph/Makefile | |
parent | 8ffaeec7500021c6a942ec3a57a97792010e8386 (diff) | |
download | freebsd-ports-graphics-84b07cf342cb0a726ebeec9fac0d6cbd15cf35b8.tar.gz freebsd-ports-graphics-84b07cf342cb0a726ebeec9fac0d6cbd15cf35b8.tar.zst freebsd-ports-graphics-84b07cf342cb0a726ebeec9fac0d6cbd15cf35b8.zip |
- Update to 0.87 to unbreak build
PR: ports/79552
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'graphics/springgraph/Makefile')
-rw-r--r-- | graphics/springgraph/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index cb249cef1f3..78e51b9d07b 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -7,7 +7,7 @@ # PORTNAME= springgraph -PORTVERSION= 0.79 +PORTVERSION= 0.87 CATEGORIES= graphics MASTER_SITES= http://www.chaosreigns.com/code/springgraph/dl/ DISTNAME= ${PORTNAME} @@ -16,8 +16,6 @@ EXTRACT_SUFX= .pl MAINTAINER= ports@FreeBSD.org COMMENT= Render graph described in a .dot file -BROKEN= Size mismatch - RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD PLIST_FILES= bin/springgraph |