diff options
author | maya <maya@pkgsrc.org> | 2019-10-03 23:32:27 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-10-03 23:32:27 +0000 |
commit | 1094838e4cd63cc2a947b18bf1edd0bff0a28679 (patch) | |
tree | 80d63df0c09b24bb004290972da5d08a7f0eb3de /graphics/cinepaint/Makefile | |
parent | 59a70e9b013707dbb660de1b0f0dbb0520507463 (diff) | |
download | pkgsrc-1094838e4cd63cc2a947b18bf1edd0bff0a28679.tar.gz |
cinepaint: switch us over to C++11.
Fixes PR pkg/54596: cinepaint build broken with latest OpenEXR
Bump PKGREVISION out of paranoia.
Diffstat (limited to 'graphics/cinepaint/Makefile')
-rw-r--r-- | graphics/cinepaint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 0467eab036a..9b803c383b0 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2019/07/21 22:24:55 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2019/10/03 23:32:27 maya Exp $ DISTNAME= cinepaint-1.0-4 PKGNAME= cinepaint-1.0.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cinepaint/} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 AND mit AND modified-bsd MAKE_JOBS_SAFE= no -USE_LANGUAGES= c c++03 +USE_LANGUAGES= c c++11 USE_LIBTOOL= yes USE_TOOLS+= pkg-config msgfmt gmake GNU_CONFIGURE= yes |