devel/critcl: unbreak on powerpc64
Reported by: linimon
This commit is contained in:
parent
712b9a4782
commit
12e2bf8eb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472766
1 changed files with 1 additions and 3 deletions
|
@ -14,8 +14,6 @@ LICENSE_NAME= Tcl/Tk License
|
|||
LICENSE_FILE= ${WRKSRC}/license.terms
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BROKEN_powerpc64= fails to package: Unable to access file freebsd-powerpc64/md5c.so:No such file or directory
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \
|
||||
${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib
|
||||
|
||||
|
@ -26,7 +24,7 @@ GH_ACCOUNT= andreas-kupries
|
|||
TEST_TARGET= test
|
||||
|
||||
PLIST_SUB+= VER=${PORTVERSION} \
|
||||
ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/}
|
||||
ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/powerpc64/powerpc/}
|
||||
PORTDOCS= *
|
||||
|
||||
NO_BUILD= yes
|
||||
|
|
Loading…
Reference in a new issue