svn commit: r411918 - head/graphics/cimg

Thierry Thomas thierry at FreeBSD.org
Sat Mar 26 09:49:45 UTC 2016


Author: thierry
Date: Sat Mar 26 09:49:44 2016
New Revision: 411918
URL: https://svnweb.freebsd.org/changeset/ports/411918

Log:
  Adding a missing pkgconfig.

Modified:
  head/graphics/cimg/Makefile

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


More information about the svn-ports-all mailing list