aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-07-21 07:52:22 +0800
committerkris <kris@FreeBSD.org>2005-07-21 07:52:22 +0800
commitf67f7c1e22c240c795ef4094b403e59bb5d18da0 (patch)
tree0abb053e3ed54eb289a05cec1882c93852f6ed54 /print
parent88117ec07a410786310eb40ef86c0a2af5fb139d (diff)
downloadfreebsd-ports-gnome-f67f7c1e22c240c795ef4094b403e59bb5d18da0.tar.gz
freebsd-ports-gnome-f67f7c1e22c240c795ef4094b403e59bb5d18da0.tar.zst
freebsd-ports-gnome-f67f7c1e22c240c795ef4094b403e59bb5d18da0.zip
BROKEN on >= 6.0: Does not compile
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 6736f1c0b44e..3aa4547249ce 100644
--- a/print/kaspaliste/Makefile
+++ b/print/kaspaliste/Makefile
@@ -26,6 +26,12 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
PKGMESSAGE= ${WRKDIR}/pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600031
+BROKEN= "Does not compile on FreeBSD >= 6.0"
+.endif
+
pre-configure:
@${RM} ${WRKSRC}/config.cache
@@ -36,4 +42,4 @@ post-install:
> ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>