aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-04-11 00:22:06 +0800
committerkwm <kwm@FreeBSD.org>2015-04-11 00:22:06 +0800
commit5cc7a9c126c4068e8d8563fd0a927b2b82c942e6 (patch)
treea98892fac815c13ae1c8d4df1db99ca2247b4ee5 /deskutils
parent6d1506a9d3867302cc8fc74262261473b1a88b16 (diff)
downloadfreebsd-ports-gnome-5cc7a9c126c4068e8d8563fd0a927b2b82c942e6.tar.gz
freebsd-ports-gnome-5cc7a9c126c4068e8d8563fd0a927b2b82c942e6.tar.zst
freebsd-ports-gnome-5cc7a9c126c4068e8d8563fd0a927b2b82c942e6.zip
Fix the build on < 10.0
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/bijiben/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile
index 12e898c39572..cdd3c0b64486 100644
--- a/deskutils/bijiben/Makefile
+++ b/deskutils/bijiben/Makefile
@@ -28,4 +28,7 @@ INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+# needed for webkit
+USES+= compiler:c++11-lib
+
.include <bsd.port.mk>