summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-11 00:18:27 +0000
committerkris <kris@FreeBSD.org>2004-04-11 00:18:27 +0000
commitb5a5b67ba5a2cba9b731f4765be218a55b5a55ce (patch)
treee91d25dfc84830f56c8fb7c68316c3b64c1b963f /print
parenta42268fb600828f2e4edc0bfe806563164d5bb3a (diff)
downloadFreeBSD-ports-b5a5b67ba5a2cba9b731f4765be218a55b5a55ce.zip
FreeBSD-ports-b5a5b67ba5a2cba9b731f4765be218a55b5a55ce.tar.gz
This appears to be broken globally on 5.x.
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 dfecdb9..08df8ee 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>
OpenPOWER on IntegriCloud