diff options
Diffstat (limited to 'devel/pysvn/Makefile')
-rw-r--r-- | devel/pysvn/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pysvn/Makefile b/devel/pysvn/Makefile index 09723ea1fe87..8f8ec9cffbfa 100644 --- a/devel/pysvn/Makefile +++ b/devel/pysvn/Makefile @@ -11,6 +11,9 @@ WWW= http://pysvn.tigris.org/ LICENSE= APACHE11 LICENSE_FILE= ${WRKSRC}/../LICENSE.txt +BROKEN= Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned int>' +EXPIRATION_DATE=2025-10-31 + .if ${WITH_SUBVERSION_VER:U} == LTS LIB_DEPENDS= libsvn_client-1.so:devel/subversion-lts .else |