svn commit: r325926 - head/graphics/libkface

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 1 22:46:11 UTC 2013


Author: bapt
Date: Sun Sep  1 22:46:10 2013
New Revision: 325926
URL: http://svnweb.freebsd.org/changeset/ports/325926

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/graphics/libkface/Makefile

Modified: head/graphics/libkface/Makefile
==============================================================================
--- head/graphics/libkface/Makefile	Sun Sep  1 22:45:05 2013	(r325925)
+++ head/graphics/libkface/Makefile	Sun Sep  1 22:46:10 2013	(r325926)
@@ -9,6 +9,7 @@ COMMENT=	KDE4 library for face recogniti
 
 .include "${.CURDIR}/../digikam-kde4/Makefile.common"
 
+USES+=		pkgconfig
 LIB_DEPENDS=	opencv_legacy:${PORTSDIR}/graphics/opencv
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list