diff options
Diffstat (limited to 'devel/sdts++/Makefile')
-rw-r--r-- | devel/sdts++/Makefile | 8 |
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> |