aboutsummaryrefslogtreecommitdiff
path: root/devel/ddd/Makefile
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 /devel/ddd/Makefile
parentcf8f4bed6e0f40ff34f3c8262890f50eacad3ae6 (diff)
downloadports-192bd28d577be473a04f3fec2b8025566b214a8c.tar.gz
ports-192bd28d577be473a04f3fec2b8025566b214a8c.zip
Notes
Diffstat (limited to 'devel/ddd/Makefile')
-rw-r--r--devel/ddd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile
index 8b73750049f3..505134b56825 100644
--- a/devel/ddd/Makefile
+++ b/devel/ddd/Makefile
@@ -15,6 +15,12 @@ MASTER_SITE_SUBDIR= ddd
MAINTAINER= lioux@FreeBSD.org
COMMENT= Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
GNU_CONFIGURE= yes
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}" \
@@ -66,4 +72,4 @@ post-install:
check:
(cd ${WRKSRC} ; ${GMAKE} check)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>