diff --git a/math/libbraiding/Makefile b/math/libbraiding/Makefile index 8c4d8771f609..4b07dec54026 100644 --- a/math/libbraiding/Makefile +++ b/math/libbraiding/Makefile @@ -1,19 +1,21 @@ PORTNAME= libbraiding PORTVERSION= 1.1 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org COMMENT= C++ library for computations on braid groups WWW= https://github.com/jeanluct/braidlab LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= miguelmarco -USES= autoreconf libtool +USES= autoreconf compiler:c++11-lang libtool +CXXFLAGS+= -std=c++11 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes .include