aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-29 14:46:27 +0800
committerkris <kris@FreeBSD.org>2004-03-29 14:46:27 +0800
commitcfb4b6f0cea180f95f1fe59d8bf2e58952a958de (patch)
tree095881cfaec155894fe1460fc1238b6cfab81c4e /print
parentbf9a29d0d0b706edc89adab64cc4b2a674f2794b (diff)
downloadfreebsd-ports-gnome-cfb4b6f0cea180f95f1fe59d8bf2e58952a958de.tar.gz
freebsd-ports-gnome-cfb4b6f0cea180f95f1fe59d8bf2e58952a958de.tar.zst
freebsd-ports-gnome-cfb4b6f0cea180f95f1fe59d8bf2e58952a958de.zip
BROKEN on amd64: Does not compile
Diffstat (limited to 'print')
-rw-r--r--print/kaspaliste/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile
index fd84ab4b9e05..5013029fc373 100644
--- a/print/kaspaliste/Makefile
+++ b/print/kaspaliste/Makefile
@@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
-BROKEN= "Does not compile on alpha >= 5.x"
+.if ( ${ARCH} == "alpha" && ${OSVERSION} >= 502102 ) || ${ARCH} == "amd64"
+BROKEN= "Does not compile on alpha >= 5.x or amd64"
.endif
.include <bsd.port.post.mk>