svn commit: r465694 - in head: devel/monodevelop net-p2p/mldonkey
Antoine Brodin
antoine at FreeBSD.org
Tue Mar 27 11:55:19 UTC 2018
Author: antoine
Date: Tue Mar 27 11:55:18 2018
New Revision: 465694
URL: https://svnweb.freebsd.org/changeset/ports/465694
Log:
Add explicit build dependency on pkgconf
Reported by: pkg-fallout
Modified:
head/devel/monodevelop/Makefile
head/net-p2p/mldonkey/Makefile
Modified: head/devel/monodevelop/Makefile
==============================================================================
--- head/devel/monodevelop/Makefile Tue Mar 27 11:42:38 2018 (r465693)
+++ head/devel/monodevelop/Makefile Tue Mar 27 11:55:18 2018 (r465694)
@@ -71,7 +71,7 @@ GH_TUPLE= icsharpcode:RefactoringEssentials:70e434d:1/
mono:nuget-binary:58f8910:11/external/nuget-binary \
mono:xwt:f981e41:12/external/xwt
-USES= autoreconf desktop-file-utils gettext gmake mono:nuget pathfix shared-mime-info ssl
+USES= autoreconf desktop-file-utils gettext gmake mono:nuget pathfix pkgconfig shared-mime-info ssl
USE_GNOME= gtksharp20 gnomesharp20
INSTALLS_ICONS= yes
Modified: head/net-p2p/mldonkey/Makefile
==============================================================================
--- head/net-p2p/mldonkey/Makefile Tue Mar 27 11:42:38 2018 (r465693)
+++ head/net-p2p/mldonkey/Makefile Tue Mar 27 11:55:18 2018 (r465694)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/Copying.txt
CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]*
-USES= gmake iconv tar:bzip2
+USES= gmake iconv pkgconfig tar:bzip2
USE_OCAML= yes
USE_OCAML_CAMLP4=yes
GNU_CONFIGURE= yes
More information about the svn-ports-all
mailing list