1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build with new sigc++20

This commit is contained in:
Baptiste Daroussin 2017-04-02 22:05:14 +00:00
parent 3dbc356d9a
commit d4bb41077c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437580

View File

@ -14,7 +14,8 @@ COMMENT= C++ bindings for the goocanvas widget for GTK
LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2
USES= gmake libtool pathfix pkgconfig tar:xz
USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz
USE_CXXSTD= c++11
USE_GNOME= gtkmm30
GNU_CONFIGURE= yes
USE_LDCONFIG= yes