aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-04-05 19:28:15 +0800
committerbapt <bapt@FreeBSD.org>2017-04-05 19:28:15 +0800
commite7b12be8af9442fbb8148411bd97595c6063ea92 (patch)
treedbd48dfcbff76bdc3b140f79a0c68ceca5d9597e /sysutils
parentc1136efab974606f76abd058ce9c0d224b8a365e (diff)
downloadfreebsd-ports-gnome-e7b12be8af9442fbb8148411bd97595c6063ea92.tar.gz
freebsd-ports-gnome-e7b12be8af9442fbb8148411bd97595c6063ea92.tar.zst
freebsd-ports-gnome-e7b12be8af9442fbb8148411bd97595c6063ea92.zip
Fix build with recent libsigc++20
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gsmartcontrol/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile
index 76d64df8790b..ef4b0f289dbd 100644
--- a/sysutils/gsmartcontrol/Makefile
+++ b/sysutils/gsmartcontrol/Makefile
@@ -14,7 +14,8 @@ LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24
RUN_DEPENDS= bash:shells/bash \
smartctl:sysutils/smartmontools
-USES= pkgconfig tar:bzip2 libtool
+USES= compiler:c++11-lang pkgconfig tar:bzip2 libtool
+USE_CXXSTD= c++11
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes