aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/stardict3
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-04-03 19:37:39 +0800
committerbapt <bapt@FreeBSD.org>2017-04-03 19:37:39 +0800
commit1440afb0ffe01b6f1c1fe7165901328073849084 (patch)
tree40ec4058303ed13b129582647ac4dc10170e997a /textproc/stardict3
parent44d338e4b9e2280e26f100f169742cb06f176eaa (diff)
downloadfreebsd-ports-gnome-1440afb0ffe01b6f1c1fe7165901328073849084.tar.gz
freebsd-ports-gnome-1440afb0ffe01b6f1c1fe7165901328073849084.tar.zst
freebsd-ports-gnome-1440afb0ffe01b6f1c1fe7165901328073849084.zip
Fix build with newer sigc++20
Diffstat (limited to 'textproc/stardict3')
-rw-r--r--textproc/stardict3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile
index 77ec09e7626e..e35ca8f2e54d 100644
--- a/textproc/stardict3/Makefile
+++ b/textproc/stardict3/Makefile
@@ -22,9 +22,9 @@ CONFIGURE_ARGS= --disable-festival \
--disable-updateinfo \
--disable-advertisement
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
-USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
+USES= compiler:c++11-lang gettext gmake libtool localbase pathfix \
+ pkgconfig tar:bzip2
+USE_CXXSTD= c++11
USE_GNOME= intltool
OPTIONS_DEFINE= GNOME