svn commit: r383740 - head/deskutils/bijiben
Koop Mast
kwm at FreeBSD.org
Fri Apr 10 16:22:07 UTC 2015
Author: kwm
Date: Fri Apr 10 16:22:06 2015
New Revision: 383740
URL: https://svnweb.freebsd.org/changeset/ports/383740
Log:
Fix the build on < 10.0
Modified:
head/deskutils/bijiben/Makefile
Modified: head/deskutils/bijiben/Makefile
==============================================================================
--- head/deskutils/bijiben/Makefile Fri Apr 10 16:06:21 2015 (r383739)
+++ head/deskutils/bijiben/Makefile Fri Apr 10 16:22:06 2015 (r383740)
@@ -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>
More information about the svn-ports-head
mailing list