Date: Tue, 3 Sep 2013 13:05:02 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326147 - in head: accessibility/mousetweaks deskutils/gnome-utils net/gnome-netstatus Message-ID: <201309031305.r83D52Et023838@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 3 13:05:02 2013 New Revision: 326147 URL: http://svnweb.freebsd.org/changeset/ports/326147 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/mousetweaks/Makefile head/deskutils/gnome-utils/Makefile head/net/gnome-netstatus/Makefile Modified: head/accessibility/mousetweaks/Makefile ============================================================================== --- head/accessibility/mousetweaks/Makefile Tue Sep 3 13:01:56 2013 (r326146) +++ head/accessibility/mousetweaks/Makefile Tue Sep 3 13:05:02 2013 (r326147) @@ -15,7 +15,7 @@ COMMENT= Mouse accessibility enhancement USE_XORG= x11 xfixes xcursor xtst USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack -USES= gmake gettext +USES= gmake gettext pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/gnome-utils/Makefile ============================================================================== --- head/deskutils/gnome-utils/Makefile Tue Sep 3 13:01:56 2013 (r326146) +++ head/deskutils/gnome-utils/Makefile Tue Sep 3 13:05:02 2013 (r326147) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeutils2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/gnome-utils/Makefile,v 1.159 2012/09/01 23:02:09 mezz Exp $ -# PORTNAME= gnome-utils PORTVERSION= 2.32.0 @@ -25,9 +21,8 @@ CONFLICTS= baobob-3.[0-9]* gnome-diction gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]* USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes -USE_GMAKE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack Modified: head/net/gnome-netstatus/Makefile ============================================================================== --- head/net/gnome-netstatus/Makefile Tue Sep 3 13:01:56 2013 (r326146) +++ head/net/gnome-netstatus/Makefile Tue Sep 3 13:05:02 2013 (r326147) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomenetstatus -# Date Created: 05 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/net/gnome-netstatus/Makefile,v 1.58 2010/09/29 12:35:14 kwm Exp $ -# PORTNAME= gnome-netstatus PORTVERSION= 2.28.2 @@ -21,8 +17,7 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \ gnomedocutils -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031305.r83D52Et023838>