aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-04 07:02:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-04 07:02:08 +0000
commitc075737570fa09cbb197febf8673110c799e2b5f (patch)
tree638433a078292e07e638f97a1c3b33f0569eed3d /print
parent89a622696986b344bd453e2aee5ce8d0197cff01 (diff)
downloadports-c075737570fa09cbb197febf8673110c799e2b5f.tar.gz
ports-c075737570fa09cbb197febf8673110c799e2b5f.zip
Fix build with new sigc++20
Notes
Notes: svn path=/head/; revision=437685
Diffstat (limited to 'print')
-rw-r--r--print/libgnomeprintmm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile
index 72bb6d7bdc9d..b8f5fe19c171 100644
--- a/print/libgnomeprintmm/Makefile
+++ b/print/libgnomeprintmm/Makefile
@@ -14,7 +14,8 @@ COMMENT= C++ bindings for the GNOME print support library
LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24
BUILD_DEPENDS= gm4:devel/m4
-USES= gmake libtool pathfix pkgconfig tar:bzip2
+USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:bzip2
+USE_CXXSTD= c++11
USE_GNOME= gnomeprefix libgnomeprint
USE_LDCONFIG= yes
GNU_CONFIGURE= yes