Date: Thu, 5 Sep 2013 05:32:45 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326348 - head/graphics/zathura Message-ID: <201309050532.r855WjVK049820@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Sep 5 05:32:44 2013 New Revision: 326348 URL: http://svnweb.freebsd.org/changeset/ports/326348 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/zathura/Makefile Modified: head/graphics/zathura/Makefile ============================================================================== --- head/graphics/zathura/Makefile Thu Sep 5 05:31:16 2013 (r326347) +++ head/graphics/zathura/Makefile Thu Sep 5 05:32:44 2013 (r326348) @@ -13,7 +13,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/ girara-gtk2:${PORTSDIR}/x11-toolkits/girara USE_GNOME= glib20 gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig MAKE_ENV= SFLAGS="${STRIP}" OPTIONS_DEFINE= DOCS NLS SQLITE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050532.r855WjVK049820>