diff options
Diffstat (limited to 'security/freebsd-update')
-rw-r--r-- | security/freebsd-update/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile index e7b1b6189053..dbbb9ca13951 100644 --- a/security/freebsd-update/Makefile +++ b/security/freebsd-update/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff # The RSA code has been tested and works on these platforms. On other # platforms, it either doesn't work or hasn't been tested. -ONLY_FOR_ARCHS= i386 amd64 alpha +ONLY_FOR_ARCHS= i386 amd64 alpha sparc64 MAN5= freebsd-update.conf.5 MAN8= freebsd-update.8 |