diff options
author | danfe <danfe@FreeBSD.org> | 2005-04-06 18:11:57 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-04-06 18:11:57 +0800 |
commit | 2541645b6c4f021b91dd04b5eb62c8703d22ce1b (patch) | |
tree | c603f2214c60a5ab0c5a8c7334fb0af238f576e1 /graphics/dataplot/Makefile | |
parent | 2d97489ac530221af973e21b7282d630b4de9232 (diff) | |
download | freebsd-ports-gnome-2541645b6c4f021b91dd04b5eb62c8703d22ce1b.tar.gz freebsd-ports-gnome-2541645b6c4f021b91dd04b5eb62c8703d22ce1b.tar.zst freebsd-ports-gnome-2541645b6c4f021b91dd04b5eb62c8703d22ce1b.zip |
Update to 20050310 (distfile was updated and rerolled under the same name).
PR: ports/79557
Submitted by: Sam Lawrance <boris(at)brooknet.com.au>
Diffstat (limited to 'graphics/dataplot/Makefile')
-rw-r--r-- | graphics/dataplot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 570a367b36b7..b7e8f5a0d5e6 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dataplot -PORTVERSION= 20050128 +PORTVERSION= 20050310 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ http://www.itl.nist.gov/div898/software/dataplot.html/:doc @@ -18,9 +18,6 @@ EXTRACT_ONLY= dpsrc_1_2005${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A free software system for statistical visualization -BROKEN= Size mismatch - -#FORBIDDEN= checksum mismatch due to extensive changes to distfile LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg @@ -47,4 +44,4 @@ post-install: ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.mk> |