diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-05 19:28:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-05 19:28:15 +0800 |
commit | e7b12be8af9442fbb8148411bd97595c6063ea92 (patch) | |
tree | dbd48dfcbff76bdc3b140f79a0c68ceca5d9597e /sysutils | |
parent | c1136efab974606f76abd058ce9c0d224b8a365e (diff) | |
download | freebsd-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/Makefile | 3 |
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 |