aboutsummaryrefslogtreecommitdiff
path: root/devel/sdts++
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
commitb5ba813ea5944af104ec60ac850c443c15349ebf (patch)
tree7f011faddcf2ca91ab28c4bad6d370d5f9b9af96 /devel/sdts++
parentc8f26211d7c759b801203f44f5fbefd4a52ae14b (diff)
downloadports-b5ba813ea5944af104ec60ac850c443c15349ebf.tar.gz
ports-b5ba813ea5944af104ec60ac850c443c15349ebf.zip
Notes
Diffstat (limited to 'devel/sdts++')
-rw-r--r--devel/sdts++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile
index 625b20adb7fb..74fd7030b8a9 100644
--- a/devel/sdts++/Makefile
+++ b/devel/sdts++/Makefile
@@ -19,7 +19,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:site1 \
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ library for SDTS related development
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Configure fails"
+.endif
+
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-boost=${WRKDIR}/boost_1_27_0
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>