Date: Thu, 5 Sep 2013 19:29:18 +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: r326438 - in head: devel/devhelp devel/monodevelop x11-toolkits/gnome-desktop-sharp20 Message-ID: <201309051929.r85JTILj050109@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Sep 5 19:29:18 2013 New Revision: 326438 URL: http://svnweb.freebsd.org/changeset/ports/326438 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/devel/devhelp/Makefile head/devel/monodevelop/Makefile head/x11-toolkits/gnome-desktop-sharp20/Makefile Modified: head/devel/devhelp/Makefile ============================================================================== --- head/devel/devhelp/Makefile Thu Sep 5 18:40:18 2013 (r326437) +++ head/devel/devhelp/Makefile Thu Sep 5 19:29:18 2013 (r326438) @@ -20,8 +20,7 @@ CONFLICTS= devhelp-3.[0-9]* USE_BZIP2= yes USE_XORG= x11 -USE_GMAKE= yes -USES= pathfix gettext +USES= gettext gmake pathfix pkgconfig USE_GNOME= intlhack gnomeprefix libgnomeui libwnck USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/devel/monodevelop/Makefile ============================================================================== --- head/devel/monodevelop/Makefile Thu Sep 5 18:40:18 2013 (r326437) +++ head/devel/monodevelop/Makefile Thu Sep 5 19:29:18 2013 (r326438) @@ -19,7 +19,7 @@ USE_GNOME= gnomehack gtksharp20 gnomesha USE_AUTOTOOLS= libtool USE_BZIP2= yes MAN1= mdtool.1 monodevelop.1 -USES= desktop-file-utils gettext gmake +USES= desktop-file-utils gettext gmake pkgconfig INSTALLS_ICONS= yes OPTIONS_DEFINE= MONOEXT GIT SVN Modified: head/x11-toolkits/gnome-desktop-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-desktop-sharp20/Makefile Thu Sep 5 18:40:18 2013 (r326437) +++ head/x11-toolkits/gnome-desktop-sharp20/Makefile Thu Sep 5 19:29:18 2013 (r326438) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-sharp -# Date created: 20070531 -# Whom: pneumann@gmail.com -# +# Created by: pneumann@gmail.com # $FreeBSD$ -# PORTNAME= gnome-desktop-sharp PORTVERSION= 2.26.0 @@ -17,8 +13,7 @@ COMMENT= GNOME desktop interfaces for th USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 pkgconfig USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \ libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051929.r85JTILj050109>