diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-09-27 21:18:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-09-27 21:18:23 +0000 |
commit | a0ec9cc2883b59d452c1526ab2d1c7d6fc2fc6f2 (patch) | |
tree | 8fffe1edf2759dc65005dc4f5e104f5714d33f85 /lang/squeak/Makefile | |
parent | 0b72c327d89912babca3cf36601c7821ba7fa8df (diff) | |
download | ports-a0ec9cc2883b59d452c1526ab2d1c7d6fc2fc6f2.tar.gz ports-a0ec9cc2883b59d452c1526ab2d1c7d6fc2fc6f2.zip |
Notes
Diffstat (limited to 'lang/squeak/Makefile')
-rw-r--r-- | lang/squeak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 806f5ee01766..276088d2ebfe 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -21,7 +21,7 @@ COMMENT= Full Smalltalk 80 with portability to Unix, Mac, and Windows LICENSE= APACHE20 MIT LICENSE_COMB= multi -ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpcspe +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le powerpcspe BUILD_DEPENDS= cmake:devel/cmake \ v4l_compat>=1.0.20120501:multimedia/v4l_compat |