mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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
@ -14,7 +14,7 @@ DISTNAME= GIFgraph-${PORTVERSION}
|
||||
|
||||
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
|
||||
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
|
||||
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
|
||||
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
|
||||
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
|
||||
|
||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user