diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-06 15:18:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-06 15:18:27 +0000 |
commit | 1e1c07a556adb77ba4b26a262a63dac135147bca (patch) | |
tree | b15d7b7dd62d0357dadd5af54058339472947ebe /graphics/p5-chart/Makefile | |
parent | cb044e493a5d2572e31e93067aa2ee90d6646bf5 (diff) | |
download | ports-1e1c07a556adb77ba4b26a262a63dac135147bca.tar.gz ports-1e1c07a556adb77ba4b26a262a63dac135147bca.zip |
Notes
Diffstat (limited to 'graphics/p5-chart/Makefile')
-rw-r--r-- | graphics/p5-chart/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-chart/Makefile b/graphics/p5-chart/Makefile index 2f80cf46aeaf..df89ded8d52b 100644 --- a/graphics/p5-chart/Makefile +++ b/graphics/p5-chart/Makefile @@ -3,7 +3,7 @@ # Date Created: 8 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/04/11 13:51:41 vanilla Exp $ # DISTNAME= chart-0.94 @@ -14,14 +14,14 @@ MASTER_SITE_SUBDIR= Chart MAINTAINER= ports@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/5.005/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD WRKSRC= ${WRKDIR}/Chart-0.94 USE_PERL5= YES MAN3= Chart.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/5.00501 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |