summaryrefslogtreecommitdiffstats
path: root/lang/nqc/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-05-24 16:41:36 +0000
committererwin <erwin@FreeBSD.org>2009-05-24 16:41:36 +0000
commita41f2e191fc7b3df178f4316a29c26266fdf6b76 (patch)
treeff6b32245509eeb7d6ddc88ee4f5ec256bf9c2ff /lang/nqc/Makefile
parentb32544457dd55ab013c9a5bf773aa51006da156c (diff)
downloadFreeBSD-ports-a41f2e191fc7b3df178f4316a29c26266fdf6b76.zip
FreeBSD-ports-a41f2e191fc7b3df178f4316a29c26266fdf6b76.tar.gz
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'lang/nqc/Makefile')
-rw-r--r--lang/nqc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile
index 2746375..e3105b3 100644
--- a/lang/nqc/Makefile
+++ b/lang/nqc/Makefile
@@ -25,4 +25,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man ${PREFIX}/man/man1/nqc.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud