Use PERL_ARCH instead of i386-freebsd so these work on the Alpha as well.
This commit is contained in:
parent
c7277eb17a
commit
a1073ba32f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34427
4 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ DISTNAME= GIFgraph-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= laskavy@gambit.msk.su
|
MAINTAINER= laskavy@gambit.msk.su
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||||
|
|
||||||
USE_PERL5= YES
|
USE_PERL5= YES
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||||
|
|
||||||
USE_PERL5= YES
|
USE_PERL5= YES
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= dan@trinsec.com
|
MAINTAINER= dan@trinsec.com
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||||
|
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= dan@trinsec.com
|
MAINTAINER= dan@trinsec.com
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||||
|
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue