diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:31:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:31:49 +0800 |
commit | c7172ba5bc092d917af0adcc4c466c104e6efd77 (patch) | |
tree | 59cc434e196c67f8a4bfdf1e2a444cd9dd0b6c6d /x11-wm/e17-module-everything-shotgun/Makefile | |
parent | e7677b29f0a91a2eaf34eb1ba739e9f5a5a5e7fc (diff) | |
download | freebsd-ports-gnome-c7172ba5bc092d917af0adcc4c466c104e6efd77.tar.gz freebsd-ports-gnome-c7172ba5bc092d917af0adcc4c466c104e6efd77.tar.zst freebsd-ports-gnome-c7172ba5bc092d917af0adcc4c466c104e6efd77.zip |
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
Diffstat (limited to 'x11-wm/e17-module-everything-shotgun/Makefile')
-rw-r--r-- | x11-wm/e17-module-everything-shotgun/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/e17-module-everything-shotgun/Makefile b/x11-wm/e17-module-everything-shotgun/Makefile index 35a35af0f2f2..211e43d96b6c 100644 --- a/x11-wm/e17-module-everything-shotgun/Makefile +++ b/x11-wm/e17-module-everything-shotgun/Makefile @@ -16,8 +16,7 @@ RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment 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> |