diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-19 20:29:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-19 20:29:06 +0000 |
commit | 08d1bcf458437a173c287568a3011123b30f0a98 (patch) | |
tree | 96fb768ca938fce9fc6547372b4df006eaf359f4 /devel/libgrading/Makefile | |
parent | f5b341b8fd0f8c14f2819182c37ef3ff37da2b73 (diff) |
Notes
Diffstat (limited to 'devel/libgrading/Makefile')
-rw-r--r-- | devel/libgrading/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libgrading/Makefile b/devel/libgrading/Makefile index d58506400a5e..223ed900aa25 100644 --- a/devel/libgrading/Makefile +++ b/devel/libgrading/Makefile @@ -12,10 +12,12 @@ LICENSE= APACHE20 LIB_DEPENDS= libdistance.so:devel/libdistance +BROKEN_FreeBSD_9= does not build (lack of std::to_string) + USE_GITHUB= yes GH_ACCOUNT= trombonehero -USES= cmake +USES= cmake compiler:c++11-lib USE_LDCONFIG= yes PLIST_FILES= include/libgrading.h \ |