diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2018-03-21 11:08:23 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2018-03-21 11:08:23 +0000 |
commit | 804faf6f81f2f0ebbcaf256c01be4485522004c5 (patch) | |
tree | 0451204af425658ef49c8eb363e545b9ffc47c72 /devel/critcl | |
parent | 435e05bd2999aa86ed93e008db759bd1e18a0a40 (diff) | |
download | ports-804faf6f81f2f0ebbcaf256c01be4485522004c5.tar.gz ports-804faf6f81f2f0ebbcaf256c01be4485522004c5.zip |
Notes
Diffstat (limited to 'devel/critcl')
-rw-r--r-- | devel/critcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/critcl/Makefile b/devel/critcl/Makefile index 5420aeaf709f..574f056e2e36 100644 --- a/devel/critcl/Makefile +++ b/devel/critcl/Makefile @@ -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_aarch64= fails to package: Unable to access file freebsd-aarch64/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/} + ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/} PORTDOCS= * NO_BUILD= yes |