Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 10:50:47 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487981 - head/security/beid
Message-ID:  <201812211050.wBLAolOS096880@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Dec 21 10:50:47 2018
New Revision: 487981
URL: https://svnweb.freebsd.org/changeset/ports/487981

Log:
  Fix PowerPC build.
  
  PR:		234186
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/security/beid/Makefile

Modified: head/security/beid/Makefile
==============================================================================
--- head/security/beid/Makefile	Fri Dec 21 10:46:59 2018	(r487980)
+++ head/security/beid/Makefile	Fri Dec 21 10:50:47 2018	(r487981)
@@ -19,7 +19,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	Fedict
 GH_PROJECT=	eid-mw
 
-USES=		autoreconf gettext-tools gmake libtool pkgconfig ssl
+USES=		autoreconf compiler:c++11-lang gettext-tools gmake gnome \
+		libtool pkgconfig ssl
 USE_GNOME=	gtk30 libxml2
 GLIB_SCHEMAS=	eid-viewer.gschema.xml
 



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