From b5a5b67ba5a2cba9b731f4765be218a55b5a55ce Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 11 Apr 2004 00:18:27 +0000 Subject: This appears to be broken globally on 5.x. --- print/kaspaliste/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile index dfecdb9..08df8ee 100644 --- a/print/kaspaliste/Makefile +++ b/print/kaspaliste/Makefile @@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ .include -.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 -- cgit v1.1