diff options
Diffstat (limited to 'www/libecap/Makefile')
-rw-r--r-- | www/libecap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/libecap/Makefile b/www/libecap/Makefile index 05a752e7828..9b66239c7fe 100644 --- a/www/libecap/Makefile +++ b/www/libecap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/06/21 17:57:07 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2016/06/23 15:05:38 prlw1 Exp $ DISTNAME= libecap-1.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/ @@ -15,6 +15,8 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config +CXXFLAGS+= -std=c++11 + PKGCONFIG_OVERRIDE+= libecap.pc.in .include "../../mk/bsd.pkg.mk" |