aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-08 07:29:51 +0800
committerkris <kris@FreeBSD.org>2004-02-08 07:29:51 +0800
commit936a6e547e6d07ea35e4dc67e2e4ce12b4078d59 (patch)
tree51457afc105c09cf3f2dbfcda05530c9b3657968 /devel
parentb7725d69abf92e380056f8b6df31ce69c954af0c (diff)
downloadfreebsd-ports-gnome-936a6e547e6d07ea35e4dc67e2e4ce12b4078d59.tar.gz
freebsd-ports-gnome-936a6e547e6d07ea35e4dc67e2e4ce12b4078d59.tar.zst
freebsd-ports-gnome-936a6e547e6d07ea35e4dc67e2e4ce12b4078d59.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'devel')
-rw-r--r--devel/doc++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile
index 23d26e5a75ef..e047713f3c12 100644
--- a/devel/doc++/Makefile
+++ b/devel/doc++/Makefile
@@ -62,6 +62,12 @@ ADDITIONAL_DOCS= ClassGraph.class \
supportedTeXmacros.html \
toc.html
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@@ -70,4 +76,4 @@ post-install:
done
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>