svn commit: r326438 - in head: devel/devhelp devel/monodevelop x11-toolkits/gnome-desktop-sharp20

Antoine Brodin antoine at FreeBSD.org
Thu Sep 5 19:29:19 UTC 2013


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 at gmail.com
-#
+# Created by: pneumann at 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


More information about the svn-ports-head mailing list