Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 23:31:49 +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: r325734 - in head/x11-wm: bbpager e17-module-alarm e17-module-comp-scale e17-module-cpu e17-module-deskshow e17-module-diskio e17-module-eektool e17-module-elfe e17-module-empris e17-mo...
Message-ID:  <201308302331.r7UNVnoW000454@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Aug 30 23:31:49 2013
New Revision: 325734
URL: http://svnweb.freebsd.org/changeset/ports/325734

Log:
  Eradicate USE_GNOME=pkgconfig from x11-wm
  While here:
  - Trim headers
  - Convert some port from USE_GNOME=gnomehack to USES=pathfix
  - Convert from USE_GMAKE to USES=gmake

Modified:
  head/x11-wm/bbpager/Makefile
  head/x11-wm/e17-module-alarm/Makefile
  head/x11-wm/e17-module-comp-scale/Makefile
  head/x11-wm/e17-module-cpu/Makefile
  head/x11-wm/e17-module-deskshow/Makefile
  head/x11-wm/e17-module-diskio/Makefile
  head/x11-wm/e17-module-eektool/Makefile
  head/x11-wm/e17-module-elfe/Makefile
  head/x11-wm/e17-module-empris/Makefile
  head/x11-wm/e17-module-engage/Makefile
  head/x11-wm/e17-module-eooorg/Makefile
  head/x11-wm/e17-module-everything-aspell/Makefile
  head/x11-wm/e17-module-everything-mpris/Makefile
  head/x11-wm/e17-module-everything-pidgin/Makefile
  head/x11-wm/e17-module-everything-places/Makefile
  head/x11-wm/e17-module-everything-shotgun/Makefile
  head/x11-wm/e17-module-everything-wallpaper/Makefile
  head/x11-wm/e17-module-everything-websearch/Makefile
  head/x11-wm/e17-module-exebuf/Makefile
  head/x11-wm/e17-module-execwatch/Makefile
  head/x11-wm/e17-module-flame/Makefile
  head/x11-wm/e17-module-forecasts/Makefile
  head/x11-wm/e17-module-iiirk/Makefile
  head/x11-wm/e17-module-itask/Makefile
  head/x11-wm/e17-module-mail/Makefile
  head/x11-wm/e17-module-mem/Makefile
  head/x11-wm/e17-module-moon/Makefile
  head/x11-wm/e17-module-mpdule/Makefile
  head/x11-wm/e17-module-net/Makefile
  head/x11-wm/e17-module-news/Makefile
  head/x11-wm/e17-module-penguins/Makefile
  head/x11-wm/e17-module-photo/Makefile
  head/x11-wm/e17-module-places/Makefile
  head/x11-wm/e17-module-rain/Makefile
  head/x11-wm/e17-module-rmb/Makefile
  head/x11-wm/e17-module-screenshot/Makefile
  head/x11-wm/e17-module-slideshow/Makefile
  head/x11-wm/e17-module-snow/Makefile
  head/x11-wm/e17-module-taskbar/Makefile
  head/x11-wm/e17-module-tclock/Makefile
  head/x11-wm/e17-module-uptime/Makefile
  head/x11-wm/e17-module-weather/Makefile
  head/x11-wm/e17-module-winlist-ng/Makefile
  head/x11-wm/e17-module-winselector/Makefile
  head/x11-wm/e17-module-wlan/Makefile
  head/x11-wm/selectwm/Makefile

Modified: head/x11-wm/bbpager/Makefile
==============================================================================
--- head/x11-wm/bbpager/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/bbpager/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: bbpager
-# Date created:        17 June 2000
-# Whom:                Patrick Seal <patseal@hyperhost.net>
-#
+# Created by: Patrick Seal <patseal@hyperhost.net>
 # $FreeBSD$
-#
 
 PORTNAME=	bbpager
 DISTVERSION=	0.4.7
@@ -16,7 +12,7 @@ COMMENT=	A pager for the Blackbox window
 
 BUILD_DEPENDS=	blackbox:${PORTSDIR}/x11-wm/blackbox
 
-USE_GNOME=	gnomehack pkgconfig
+USES=		pathfix pkgconfig
 USE_XORG=	xext sm x11 xau xcursor xi
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	`pkg-config --cflags xft`

Modified: head/x11-wm/e17-module-alarm/Makefile
==============================================================================
--- head/x11-wm/e17-module-alarm/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-alarm/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-comp-scale/Makefile
==============================================================================
--- head/x11-wm/e17-module-comp-scale/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-comp-scale/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-cpu/Makefile
==============================================================================
--- head/x11-wm/e17-module-cpu/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-cpu/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-deskshow/Makefile
==============================================================================
--- head/x11-wm/e17-module-deskshow/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-deskshow/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,8 +16,7 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.mk>

Modified: head/x11-wm/e17-module-diskio/Makefile
==============================================================================
--- head/x11-wm/e17-module-diskio/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-diskio/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-eektool/Makefile
==============================================================================
--- head/x11-wm/e17-module-eektool/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-eektool/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -17,9 +17,8 @@ DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-elfe/Makefile
==============================================================================
--- head/x11-wm/e17-module-elfe/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-elfe/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,8 +16,7 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje elementary libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.mk>

Modified: head/x11-wm/e17-module-empris/Makefile
==============================================================================
--- head/x11-wm/e17-module-empris/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-empris/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,8 +16,7 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.mk>

Modified: head/x11-wm/e17-module-engage/Makefile
==============================================================================
--- head/x11-wm/e17-module-engage/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-engage/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-eooorg/Makefile
==============================================================================
--- head/x11-wm/e17-module-eooorg/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-eooorg/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-everything-aspell/Makefile
==============================================================================
--- head/x11-wm/e17-module-everything-aspell/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-everything-aspell/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-everything-mpris/Makefile
==============================================================================
--- head/x11-wm/e17-module-everything-mpris/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-everything-mpris/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-everything-pidgin/Makefile
==============================================================================
--- head/x11-wm/e17-module-everything-pidgin/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-everything-pidgin/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-everything-places/Makefile
==============================================================================
--- head/x11-wm/e17-module-everything-places/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-everything-places/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-everything-shotgun/Makefile
==============================================================================
--- head/x11-wm/e17-module-everything-shotgun/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-everything-shotgun/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,8 +16,7 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.mk>

Modified: head/x11-wm/e17-module-everything-wallpaper/Makefile
==============================================================================
--- head/x11-wm/e17-module-everything-wallpaper/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-everything-wallpaper/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-everything-websearch/Makefile
==============================================================================
--- head/x11-wm/e17-module-everything-websearch/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-everything-websearch/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-exebuf/Makefile
==============================================================================
--- head/x11-wm/e17-module-exebuf/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-exebuf/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 CONFIGURE_ARGS=	--disable-nls    # without this exebuf don't build
 

Modified: head/x11-wm/e17-module-execwatch/Makefile
==============================================================================
--- head/x11-wm/e17-module-execwatch/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-execwatch/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,8 +16,7 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.mk>

Modified: head/x11-wm/e17-module-flame/Makefile
==============================================================================
--- head/x11-wm/e17-module-flame/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-flame/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-forecasts/Makefile
==============================================================================
--- head/x11-wm/e17-module-forecasts/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-forecasts/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-iiirk/Makefile
==============================================================================
--- head/x11-wm/e17-module-iiirk/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-iiirk/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-itask/Makefile
==============================================================================
--- head/x11-wm/e17-module-itask/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-itask/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,8 +16,7 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.mk>

Modified: head/x11-wm/e17-module-mail/Makefile
==============================================================================
--- head/x11-wm/e17-module-mail/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-mail/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-mem/Makefile
==============================================================================
--- head/x11-wm/e17-module-mem/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-mem/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-moon/Makefile
==============================================================================
--- head/x11-wm/e17-module-moon/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-moon/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-mpdule/Makefile
==============================================================================
--- head/x11-wm/e17-module-mpdule/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-mpdule/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-net/Makefile
==============================================================================
--- head/x11-wm/e17-module-net/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-net/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-news/Makefile
==============================================================================
--- head/x11-wm/e17-module-news/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-news/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-penguins/Makefile
==============================================================================
--- head/x11-wm/e17-module-penguins/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-penguins/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-photo/Makefile
==============================================================================
--- head/x11-wm/e17-module-photo/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-photo/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-places/Makefile
==============================================================================
--- head/x11-wm/e17-module-places/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-places/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-rain/Makefile
==============================================================================
--- head/x11-wm/e17-module-rain/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-rain/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-rmb/Makefile
==============================================================================
--- head/x11-wm/e17-module-rmb/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-rmb/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -19,6 +19,6 @@ DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_EFL=	libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 
 .include <bsd.port.mk>

Modified: head/x11-wm/e17-module-screenshot/Makefile
==============================================================================
--- head/x11-wm/e17-module-screenshot/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-screenshot/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-slideshow/Makefile
==============================================================================
--- head/x11-wm/e17-module-slideshow/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-slideshow/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-snow/Makefile
==============================================================================
--- head/x11-wm/e17-module-snow/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-snow/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-taskbar/Makefile
==============================================================================
--- head/x11-wm/e17-module-taskbar/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-taskbar/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-tclock/Makefile
==============================================================================
--- head/x11-wm/e17-module-tclock/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-tclock/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-uptime/Makefile
==============================================================================
--- head/x11-wm/e17-module-uptime/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-uptime/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-weather/Makefile
==============================================================================
--- head/x11-wm/e17-module-weather/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-weather/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-winlist-ng/Makefile
==============================================================================
--- head/x11-wm/e17-module-winlist-ng/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-winlist-ng/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e17-module-winselector/Makefile
==============================================================================
--- head/x11-wm/e17-module-winselector/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-winselector/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -16,8 +16,7 @@ RUN_DEPENDS=	enlightenment:${PORTSDIR}/x
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.mk>

Modified: head/x11-wm/e17-module-wlan/Makefile
==============================================================================
--- head/x11-wm/e17-module-wlan/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/e17-module-wlan/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -14,11 +14,10 @@ BUILD_DEPENDS=	enlightenment:${PORTSDIR}
 RUN_DEPENDS=	enlightenment:${PORTSDIR}/x11-wm/enlightenment
 
 DIST_SUBDIR=	e17
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_EFL=	edje libtool_hack modarch_hack
-USE_GNOME=	pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/selectwm/Makefile
==============================================================================
--- head/x11-wm/selectwm/Makefile	Fri Aug 30 23:28:01 2013	(r325733)
+++ head/x11-wm/selectwm/Makefile	Fri Aug 30 23:31:49 2013	(r325734)
@@ -7,10 +7,11 @@ CATEGORIES=	x11-wm
 MASTER_SITES=	http://ordiluc.net/selectwm/
 
 MAINTAINER=	bhaga@absoludicrous.com
-COMMENT=	A GTK application to let you select a window manager when starting X
+COMMENT=	GTK application to let you select a window manager when starting X
 
 MAN1=		selectwm.1
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308302331.r7UNVnoW000454>