summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 05:57:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 05:57:31 +0000
commit78b6d3b86ec2285a52d33c3186629af12ccbe050 (patch)
treedc9d38e006fa7111c1913b76c6d08f12568fd4ea /print
parentBROKEN on sparc64: Does not compile (diff)
BROKEN on alpha 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=103171
Diffstat (limited to 'print')
-rw-r--r--print/kaspaliste/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile
index 202bdb090444..fd84ab4b9e05 100644
--- a/print/kaspaliste/Makefile
+++ b/print/kaspaliste/Makefile
@@ -26,4 +26,10 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--with-pg-includes=${LOCALBASE}/include \
--with-pg-libs=${LOCALBASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+BROKEN= "Does not compile on alpha >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>