svn commit: r318437 - head/www/srg

Baptiste Daroussin bapt at FreeBSD.org
Sat May 18 17:53:41 UTC 2013


Author: bapt
Date: Sat May 18 17:53:41 2013
New Revision: 318437
URL: http://svnweb.freebsd.org/changeset/ports/318437

Log:
  It is no longer need to use gmake after r250773 in head

Modified:
  head/www/srg/Makefile

Modified: head/www/srg/Makefile
==============================================================================
--- head/www/srg/Makefile	Sat May 18 17:32:24 2013	(r318436)
+++ head/www/srg/Makefile	Sat May 18 17:53:41 2013	(r318437)
@@ -13,10 +13,6 @@ COMMENT=	A Squid Report Generator
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
-
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes


More information about the svn-ports-all mailing list