diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-20 23:52:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-20 23:52:22 +0000 |
commit | a9d9440c32a6966cc4111d8b9046fc9af457409d (patch) | |
tree | 54533d94753b48cdcac91b4a22d0a58eace7284f /print | |
parent | 28d9d4e29d519744e0185eb6682b37a82edfa1a6 (diff) | |
download | ports-a9d9440c32a6966cc4111d8b9046fc9af457409d.tar.gz ports-a9d9440c32a6966cc4111d8b9046fc9af457409d.zip |
BROKEN on >= 6.0: Does not compile
Notes
Notes:
svn path=/head/; revision=139755
Diffstat (limited to 'print')
-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 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> |