diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:31:49 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:31:49 +0800 |
commit | 162e0d282170e5a1bd58985161eac005ac329560 (patch) | |
tree | 59cc434e196c67f8a4bfdf1e2a444cd9dd0b6c6d /x11-wm/e17-module-news | |
parent | c294836c5deadfc06ae8e0ef633c5128fdfecef3 (diff) | |
download | freebsd-ports-gnome-162e0d282170e5a1bd58985161eac005ac329560.tar.gz freebsd-ports-gnome-162e0d282170e5a1bd58985161eac005ac329560.tar.zst freebsd-ports-gnome-162e0d282170e5a1bd58985161eac005ac329560.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-news')
-rw-r--r-- | x11-wm/e17-module-news/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/e17-module-news/Makefile b/x11-wm/e17-module-news/Makefile index ec8e2cf21184..c3682112679d 100644 --- a/x11-wm/e17-module-news/Makefile +++ b/x11-wm/e17-module-news/Makefile @@ -18,9 +18,8 @@ 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.options.mk> |