diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-12-11 10:31:07 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-12-11 10:31:07 +0000 |
commit | 91cf800cee32bdc32d229366deeb4060dd6241fd (patch) | |
tree | 80734083cb1f615d67ced0511fdb441cc4dd71a2 /devel/critcl | |
parent | 0588c692f17e42e51f9d3cc7d18b763c1bcea8a9 (diff) |
Notes
Diffstat (limited to 'devel/critcl')
-rw-r--r-- | devel/critcl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/critcl/Makefile b/devel/critcl/Makefile index ecb92ff2fe75..6a64a6dda7a3 100644 --- a/devel/critcl/Makefile +++ b/devel/critcl/Makefile @@ -17,10 +17,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \ ${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib -BROKEN_aarch64= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory -BROKEN_armv6= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory -BROKEN_armv7= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv7/md5c.so:No such file or directory - USES+= tcl:85+ USE_GITHUB= yes GH_ACCOUNT= andreas-kupries @@ -28,7 +24,7 @@ GH_ACCOUNT= andreas-kupries TEST_TARGET= test PLIST_SUB+= VER=${PORTVERSION} \ - ARCH=${ARCH:S/i386/ix86/} + ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/} PORTDOCS= * NO_BUILD= yes |