svn commit: r301618 - in head/x11-wm: compizconfig-backend-gconf compizconfig-python devilspie emerald libcompizconfig pager

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 27 13:46:05 UTC 2012


Author: bapt
Date: Fri Jul 27 13:46:04 2012
New Revision: 301618
URL: http://svn.freebsd.org/changeset/ports/301618

Log:
  Add USE_PKGCONFIG

Modified:
  head/x11-wm/compizconfig-backend-gconf/Makefile
  head/x11-wm/compizconfig-python/Makefile
  head/x11-wm/devilspie/Makefile
  head/x11-wm/emerald/Makefile
  head/x11-wm/libcompizconfig/Makefile
  head/x11-wm/pager/Makefile

Modified: head/x11-wm/compizconfig-backend-gconf/Makefile
==============================================================================
--- head/x11-wm/compizconfig-backend-gconf/Makefile	Fri Jul 27 13:40:09 2012	(r301617)
+++ head/x11-wm/compizconfig-backend-gconf/Makefile	Fri Jul 27 13:46:04 2012	(r301618)
@@ -21,6 +21,7 @@ USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
+USE_PKGCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 
 USE_GNOME=	gnomehack glib20 gconf2

Modified: head/x11-wm/compizconfig-python/Makefile
==============================================================================
--- head/x11-wm/compizconfig-python/Makefile	Fri Jul 27 13:40:09 2012	(r301617)
+++ head/x11-wm/compizconfig-python/Makefile	Fri Jul 27 13:46:04 2012	(r301618)
@@ -23,6 +23,7 @@ USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_PYTHON=	-2.7
+USE_PKGCONFIG=	build
 USE_GNOME=	gnomehack glib20
 USE_AUTOTOOLS=	libtool
 

Modified: head/x11-wm/devilspie/Makefile
==============================================================================
--- head/x11-wm/devilspie/Makefile	Fri Jul 27 13:40:09 2012	(r301617)
+++ head/x11-wm/devilspie/Makefile	Fri Jul 27 13:46:04 2012	(r301618)
@@ -18,6 +18,7 @@ USE_GNOME=	libwnck
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+USE_PKGCONFIG=	build
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/x11-wm/emerald/Makefile
==============================================================================
--- head/x11-wm/emerald/Makefile	Fri Jul 27 13:40:09 2012	(r301617)
+++ head/x11-wm/emerald/Makefile	Fri Jul 27 13:46:04 2012	(r301618)
@@ -26,6 +26,7 @@ USE_GNOME=	gnomehack gtk20 libwnck pango
 USE_XORG=	xrender
 USE_GETTEXT=	yes
 USE_LDCONFIG=	yes
+USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
 
 MAN1=		emerald.1 \

Modified: head/x11-wm/libcompizconfig/Makefile
==============================================================================
--- head/x11-wm/libcompizconfig/Makefile	Fri Jul 27 13:40:09 2012	(r301617)
+++ head/x11-wm/libcompizconfig/Makefile	Fri Jul 27 13:46:04 2012	(r301618)
@@ -20,6 +20,7 @@ USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
+USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
 
 USE_GNOME=	gnomehack intltool libxml2

Modified: head/x11-wm/pager/Makefile
==============================================================================
--- head/x11-wm/pager/Makefile	Fri Jul 27 13:40:09 2012	(r301617)
+++ head/x11-wm/pager/Makefile	Fri Jul 27 13:46:04 2012	(r301618)
@@ -21,6 +21,7 @@ RUN_DEPENDS=	sawfish:${PORTSDIR}/x11-wm/
 USE_XZ=		yes
 USE_GNOME=	gtk20
 USE_GMAKE=	yes
+USE_PKGCONFIG=	yes
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	lib/sawfish/sawfishpager \



More information about the svn-ports-all mailing list