diff options
author | youri <youri@pkgsrc.org> | 2018-05-14 12:15:58 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-05-14 12:15:58 +0000 |
commit | 14f6e126853cbd65c705bbedcc7c0027c846ae64 (patch) | |
tree | 592d09e2cc46999f4eba033ce6147002ac8a6a79 /devel | |
parent | 435f5abbcda86f071309ce5706e24ba1912f768a (diff) | |
download | pkgsrc-14f6e126853cbd65c705bbedcc7c0027c846ae64.tar.gz |
pangomm requires recent c++ to build.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pangomm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pangomm/Makefile b/devel/pangomm/Makefile index e43a28fb44e..cfeba7b21d9 100644 --- a/devel/pangomm/Makefile +++ b/devel/pangomm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2018/04/16 14:33:49 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2018/05/14 12:15:58 youri Exp $ DISTNAME= pangomm-2.40.1 PKGREVISION= 4 @@ -14,6 +14,7 @@ LICENSE= gnu-lgpl-v2.1 CONFLICTS+= gtkmm<=2.13.5 USE_LANGUAGES= c c++11 +GCC_REQD+= 4.9 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config perl:run |