svn commit: r327320 - head/graphics/tgif

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 14 22:25:51 UTC 2013


Author: bapt
Date: Sat Sep 14 22:25:50 2013
New Revision: 327320
URL: http://svnweb.freebsd.org/changeset/ports/327320

Log:
  Remove USE_GCC=any: builds properly with clang

Modified:
  head/graphics/tgif/Makefile

Modified: head/graphics/tgif/Makefile
==============================================================================
--- head/graphics/tgif/Makefile	Sat Sep 14 21:44:14 2013	(r327319)
+++ head/graphics/tgif/Makefile	Sat Sep 14 22:25:50 2013	(r327320)
@@ -19,7 +19,6 @@ OPTIONS_DEFINE=	NLS A4SIZE DOCS
 A4SIZE_DESC=	Set default paper size to A4
 
 USES=		imake
-USE_GCC=	any
 PORTDOCS=	HISTORY README
 USE_XORG=	x11 xext xt sm ice
 MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"


More information about the svn-ports-all mailing list