diff options
author | wen <wen@FreeBSD.org> | 2010-01-03 20:29:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-03 20:29:56 +0800 |
commit | 62959e61feea4ac9e603f50c6239563772b684d0 (patch) | |
tree | 7e2da79dac5984b85533c21a76b2718b4a369ca5 /graphics | |
parent | 8cea3070126822adec25c95971b259972a27491b (diff) | |
download | freebsd-ports-gnome-62959e61feea4ac9e603f50c6239563772b684d0.tar.gz freebsd-ports-gnome-62959e61feea4ac9e603f50c6239563772b684d0.tar.zst freebsd-ports-gnome-62959e61feea4ac9e603f50c6239563772b684d0.zip |
- Mark BROKEN: Does not build with boost-1.41
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mapnik/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index d8d7419b5f29..e705a7f8231f 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -27,6 +27,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 \ ${LOCALBASE}/include/cairomm-1.0/cairomm/cairomm.h:${PORTSDIR}/graphics/cairomm \ ${LOCALBASE}/include/boost/python.hpp:${PORTSDIR}/devel/boost-python-libs +BROKEN= Does not build with boost-1.41 + USE_PGSQL= yes USE_BZIP2= yes NO_BUILD= yes |