diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2026-02-02 21:08:03 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-02-04 14:28:12 +0000 |
| commit | 5dc516debaccdf04da76851d76ee317ec8f195bc (patch) | |
| tree | 7cd9b22fee1ab77503b5e3aa9ab9862792fd24b7 | |
| parent | 59b8008513637876c01af1740480d392b4028bc9 (diff) | |
sysutils/rinse: enable on aarch64
Linuxulator is available on aarch64 too these days.
BTW this port should really be updated, upstream is at 4.3.1
(cherry picked from commit e1297b118c8c489cea2a738d09a96445add8021e)
| -rw-r--r-- | sysutils/rinse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/rinse/Makefile b/sysutils/rinse/Makefile index c2b567abc72b..c401117b586c 100644 --- a/sysutils/rinse/Makefile +++ b/sysutils/rinse/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} IGNORE_DragonFly= requires linuxulator to register rpms -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= requires linuxulator to register rpms post-extract: |
