summaryrefslogtreecommitdiff
path: root/www/wsmake
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:25:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:25:40 +0000
commit192bd28d577be473a04f3fec2b8025566b214a8c (patch)
tree768c01ce3cf569300b184f997e8d124ef09bb09e /www/wsmake
parentBROKEN: Does not build (diff)
BROKEN on 5.1: bad C++
Notes
Notes: svn path=/head/; revision=81235
Diffstat (limited to 'www/wsmake')
-rw-r--r--www/wsmake/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/wsmake/Makefile b/www/wsmake/Makefile
index 4a5e31853ef0..9426d08d40a7 100644
--- a/www/wsmake/Makefile
+++ b/www/wsmake/Makefile
@@ -20,6 +20,12 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= jkoshy@freebsd.org
COMMENT= Software for production and maintenance of web sites
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_BZIP2= YES
GNU_CONFIGURE= YES
@@ -43,4 +49,4 @@ post-install:
${LN} ${WSMAKE_DOCDIR}/user-manual/book1.html ${WSMAKE_DOCDIR}/user-manual/index.html
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>