Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 16:22:06 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383740 - head/deskutils/bijiben
Message-ID:  <201504101622.t3AGM6qf084225@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504101622.t3AGM6qf084225>