diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2026-02-02 21:08:03 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-02-04 12:41:15 +0000 |
| commit | e1297b118c8c489cea2a738d09a96445add8021e (patch) | |
| tree | 38609e412a31752f3a1c22a87e37028419c180a7 | |
| parent | 65784d411f0fc664e83d1d2e57450155f1479c8c (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
| -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: |
