diff options
author | kris <kris@FreeBSD.org> | 2004-03-05 20:10:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-05 20:10:41 +0800 |
commit | 1ab3b846ec45b5a8929d6b1adbce48acda082d95 (patch) | |
tree | a056bb5da8c168aa3dcaed0d661fe5c61697887d /russian | |
parent | 6e79c935ca19eeb8b5cc545038660249b6e97517 (diff) | |
download | freebsd-ports-gnome-1ab3b846ec45b5a8929d6b1adbce48acda082d95.tar.gz freebsd-ports-gnome-1ab3b846ec45b5a8929d6b1adbce48acda082d95.tar.zst freebsd-ports-gnome-1ab3b846ec45b5a8929d6b1adbce48acda082d95.zip |
BROKEN on sparc64 as well
Diffstat (limited to 'russian')
-rw-r--r-- | russian/cyrproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile index 753785f21f9d..8ad8c310d523 100644 --- a/russian/cyrproxy/Makefile +++ b/russian/cyrproxy/Makefile @@ -17,8 +17,8 @@ COMMENT= Cyrillic proxy for network protocols .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} == alpha -BROKEN= "Does not compile on ${MACHINE_ARCH}" +.if ${ARCH} == alpha || ${ARCH} == sparc64 +BROKEN= "Does not compile on ${ARCH}" .endif do-install: |