Date: Tue, 27 Mar 2018 21:36:23 +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: r465761 - head/devel/monotone-viz Message-ID: <201803272136.w2RLaN72089769@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Mar 27 21:36:23 2018 New Revision: 465761 URL: https://svnweb.freebsd.org/changeset/ports/465761 Log: Add explicit build dependency on pkgconf Reported by: pkg-fallout Modified: head/devel/monotone-viz/Makefile Modified: head/devel/monotone-viz/Makefile ============================================================================== --- head/devel/monotone-viz/Makefile Tue Mar 27 21:24:51 2018 (r465760) +++ head/devel/monotone-viz/Makefile Tue Mar 27 21:36:23 2018 (r465761) @@ -24,7 +24,7 @@ RUN_DEPENDS= dot:graphics/graphviz \ bash:shells/bash \ lablgtk2:x11-toolkits/ocaml-lablgtk2 -USES= gmake +USES= gmake pkgconfig USE_OCAML= yes USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803272136.w2RLaN72089769>