svn commit: r363490 - head/emulators/pipelight

Kris Moore kmoore at FreeBSD.org
Wed Jul 30 16:11:35 UTC 2014


Author: kmoore
Date: Wed Jul 30 16:11:35 2014
New Revision: 363490
URL: http://svnweb.freebsd.org/changeset/ports/363490
QAT: https://qat.redports.org/buildarchive/r363490/

Log:
  Switch to USE_GCC=yes

Modified:
  head/emulators/pipelight/Makefile

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Wed Jul 30 15:57:31 2014	(r363489)
+++ head/emulators/pipelight/Makefile	Wed Jul 30 16:11:35 2014	(r363490)
@@ -28,7 +28,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
 		${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg
 
 WRKSRC=		${WRKDIR}/mmueller2012-pipelight-79b1b7ba0032
-USE_GCC=	4.7+
+USE_GCC=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list