svn commit: r333418 - head/security/pinentry

Max Brazhnikov makc at FreeBSD.org
Sun Nov 10 17:50:00 UTC 2013


Author: makc
Date: Sun Nov 10 17:49:59 2013
New Revision: 333418
URL: http://svnweb.freebsd.org/changeset/ports/333418

Log:
  Fix build on 10 and head
  
  PR:		ports/183086
  Submitted by:	sbruno

Modified:
  head/security/pinentry/Makefile

Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile	Sun Nov 10 17:47:23 2013	(r333417)
+++ head/security/pinentry/Makefile	Sun Nov 10 17:49:59 2013	(r333418)
@@ -41,6 +41,7 @@ PKGNAMESUFFIX=	${PINENTRY_SLAVE}
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MQT4}
+USE_GCC=	any
 USE_QT4=	gui moc_build
 PLIST_SUB+=	WITH_QT4=""
 MOC4=		${LOCALBASE}/bin/moc-qt4


More information about the svn-ports-all mailing list