svn commit: r411919 - head/graphics/cimg

Thierry Thomas thierry at FreeBSD.org
Sat Mar 26 10:15:55 UTC 2016


Author: thierry
Date: Sat Mar 26 10:15:54 2016
New Revision: 411919
URL: https://svnweb.freebsd.org/changeset/ports/411919

Log:
  s/pkgconf/pkgconfig/

Modified:
  head/graphics/cimg/Makefile

Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile	Sat Mar 26 09:49:44 2016	(r411918)
+++ head/graphics/cimg/Makefile	Sat Mar 26 10:15:54 2016	(r411919)
@@ -42,7 +42,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MEXAMPLES}
-USES+=		gmake pkgconf:build
+USES+=		gmake pkgconfig:build
 .endif
 
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-all mailing list