diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-12 22:32:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-12 22:32:55 +0000 |
commit | e57e6d1f26c0409383535f041a2b70a39a7e6592 (patch) | |
tree | f0beba0d22a206f75dde3171d7ff14aeaaacc177 /devel/boost | |
parent | c2b0bb508db8f856914a3667e54231fe38aa2c04 (diff) | |
download | ports-e57e6d1f26c0409383535f041a2b70a39a7e6592.tar.gz ports-e57e6d1f26c0409383535f041a2b70a39a7e6592.zip |
Notes
Diffstat (limited to 'devel/boost')
-rw-r--r-- | devel/boost/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 475d2e0ccad3..3ebbaf5d817a 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} MAINTAINER= pmarquis@pobox.com COMMENT= Free peer-reviewed portable C++ source libraries +BROKEN= Does not build + MAKE_ENV+= BOOST_ROOT=${WRKSRC} BUILD="debug release" MAKE_ENV+= BOOST_BUILD_PATH="${WRKDIR}/gcc-custom" TOOLS="gcc-custom" COMPILED_LIBS= regex signals thread |