svn commit: r487981 - head/security/beid

Tijl Coosemans tijl at FreeBSD.org
Fri Dec 21 10:50:48 UTC 2018


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 at 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
 


More information about the svn-ports-all mailing list