diff options
author | cperciva <cperciva@FreeBSD.org> | 2004-07-15 13:22:47 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2004-07-15 13:22:47 +0800 |
commit | 21ab724d556470814a630e56df683f5cb1aca97a (patch) | |
tree | 064cbe8c87a63722e45ee860730736cd793387dd /security | |
parent | 4d558f7f7453f201cedd0073df479adc117e6396 (diff) | |
download | freebsd-ports-gnome-21ab724d556470814a630e56df683f5cb1aca97a.tar.gz freebsd-ports-gnome-21ab724d556470814a630e56df683f5cb1aca97a.tar.zst freebsd-ports-gnome-21ab724d556470814a630e56df683f5cb1aca97a.zip |
Now that I've had a chance to test it, add sparc64 to the list of approved
architectures for FreeBSD Update.
Excuse for committing without a ports commit bit: I'm the maintainer, and
I didn't want to open a PR for a one-word change.
Diffstat (limited to 'security')
-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 |