diff options
author | kris <kris@FreeBSD.org> | 2005-07-20 23:52:22 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-20 23:52:22 +0000 |
commit | f67f7c1e22c240c795ef4094b403e59bb5d18da0 (patch) | |
tree | 0abb053e3ed54eb289a05cec1882c93852f6ed54 | |
parent | 88117ec07a410786310eb40ef86c0a2af5fb139d (diff) | |
download | FreeBSD-ports-f67f7c1e22c240c795ef4094b403e59bb5d18da0.zip FreeBSD-ports-f67f7c1e22c240c795ef4094b403e59bb5d18da0.tar.gz |
BROKEN on >= 6.0: Does not compile
-rw-r--r-- | print/kaspaliste/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile index 6736f1c..3aa4547 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> |