Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 22:47:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325927 - head/www/mod_pagespeed
Message-ID:  <201309012247.r81Ml1k9044955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Sep  1 22:47:01 2013
New Revision: 325927
URL: http://svnweb.freebsd.org/changeset/ports/325927

Log:
  Add an explicit dependency on pkgconfig
  While here convert USE_GMAKE to USES=gmake

Modified:
  head/www/mod_pagespeed/Makefile

Modified: head/www/mod_pagespeed/Makefile
==============================================================================
--- head/www/mod_pagespeed/Makefile	Sun Sep  1 22:46:10 2013	(r325926)
+++ head/www/mod_pagespeed/Makefile	Sun Sep  1 22:47:01 2013	(r325927)
@@ -24,11 +24,11 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 		opencv_legacy:${PORTSDIR}/graphics/opencv \
 		execinfo:${PORTSDIR}/devel/libexecinfo
 
+USES=		gmake pkgconfig
 USE_XZ=		yes
 USE_BINUTILS=	yes
 USE_APACHE=	22
 USE_PYTHON=	2.6+
-USE_GMAKE=	yes
 
 # debugging
 #MAKE_ENV+=     V=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012247.r81Ml1k9044955>