svn commit: r303659 - head/sysutils/lsof

Max Khon fjoe at FreeBSD.org
Tue Sep 4 15:45:14 UTC 2012


Author: fjoe
Date: Tue Sep  4 15:45:14 2012
New Revision: 303659
URL: http://svn.freebsd.org/changeset/ports/303659

Log:
  Fix the build: remove bogus USE_GCC definition.

Modified:
  head/sysutils/lsof/Makefile

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Tue Sep  4 15:36:30 2012	(r303658)
+++ head/sysutils/lsof/Makefile	Tue Sep  4 15:45:14 2012	(r303659)
@@ -40,7 +40,6 @@ WRKSRC=		${WRKDIR}/${DISTNAME}/${SRCBALL
 .endif
 
 USE_BZIP2=	yes
-USE_GCC=	yes
 HAS_CONFIGURE=	yes
 
 .include <bsd.port.pre.mk>



More information about the svn-ports-all mailing list