diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-23 06:51:14 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-23 06:51:14 +0800 |
commit | 6b44e967a4e807dc88be2309ee6197db9783e1cb (patch) | |
tree | f2202eedb7128cb7aeb6241aaf7fee7106a249d2 /graphics/p5-chart/Makefile | |
parent | 32346fececa53cadb9ea8db0060a03fc976bd4d5 (diff) | |
download | freebsd-ports-gnome-6b44e967a4e807dc88be2309ee6197db9783e1cb.tar.gz freebsd-ports-gnome-6b44e967a4e807dc88be2309ee6197db9783e1cb.tar.zst freebsd-ports-gnome-6b44e967a4e807dc88be2309ee6197db9783e1cb.zip |
Update to 0.99b.
PR: 12310
Submitted by: Kelly Yancey <kbyanc@posi.net>
Diffstat (limited to 'graphics/p5-chart/Makefile')
-rw-r--r-- | graphics/p5-chart/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-chart/Makefile b/graphics/p5-chart/Makefile index 334f97cbaed5..15781b8e121e 100644 --- a/graphics/p5-chart/Makefile +++ b/graphics/p5-chart/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: p5-chart -# Version required: 0.94 +# Version required: 0.99b # Date Created: 8 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/08/19 12:38:40 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/09/15 21:31:45 asami Exp $ # -DISTNAME= chart-0.94 -PKGNAME= p5-chart-0.94 +DISTNAME= Chart-0.99b +PKGNAME= p5-chart-0.99b CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart MAINTAINER= ports@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD -WRKSRC= ${WRKDIR}/Chart-0.94 +WRKSRC= ${WRKDIR}/Chart-0.99b USE_PERL5= YES |