Fix dependencies so the port actually builds correctly.

This commit is contained in:
Ade Lovett 2002-08-30 20:33:35 +00:00
parent cb64dcff43
commit 6f99a34f5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65331

View file

@ -7,6 +7,7 @@
PORTNAME= GD-Graph
PORTVERSION= 1.35
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
@ -15,8 +16,9 @@ DISTNAME= GDGraph-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES