aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print/kaspaliste/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile
index dfecdb930d3f..08df8eed0ff6 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 ) || ${ARCH} == "amd64"
-BROKEN= "Does not compile on alpha >= 5.x or amd64"
+.if ( ${OSVERSION} >= 502102 )
+BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>