diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-22 22:51:14 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-22 22:51:14 +0000 |
commit | 168cc7717e9f4f3165a0e7f2430c355d3be18d1d (patch) | |
tree | a5689580c31c6b3b636c168baa12efaf9dc936ce /graphics/p5-chart/Makefile | |
parent | Add xemacs-packages and xemacs21. (diff) |
Update to 0.99b.
PR: 12310
Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes
Notes:
svn path=/head/; revision=19692
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 |