Date: Sun, 1 Sep 2013 22:46:11 +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: r325926 - head/graphics/libkface Message-ID: <201309012246.r81MkBfU044615@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012246.r81MkBfU044615>