aboutsummaryrefslogtreecommitdiff
path: root/deskutils/bijiben
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-04-10 16:22:06 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-04-10 16:22:06 +0000
commit214758eafd6f1279b06737cc94f1d7db6f13e5da (patch)
treea98892fac815c13ae1c8d4df1db99ca2247b4ee5 /deskutils/bijiben
parent4b36d9cb6bc30501c60ce2233f9ef76e92c2d374 (diff)
downloadports-214758eafd6f1279b06737cc94f1d7db6f13e5da.tar.gz
ports-214758eafd6f1279b06737cc94f1d7db6f13e5da.zip
Fix the build on < 10.0
Notes
Notes: svn path=/head/; revision=383740
Diffstat (limited to 'deskutils/bijiben')
-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>