diff options
author | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
commit | fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /sysutils | |
parent | 35e83ae5ca4ef2876eccf0e512467ede97187fb9 (diff) | |
download | freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.gz freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.zst freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.zip |
- Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG
Approved by: crees (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/empower/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/empower/Makefile b/sysutils/empower/Makefile index b0d9cec85899..fa8c7207bd77 100644 --- a/sysutils/empower/Makefile +++ b/sysutils/empower/Makefile @@ -9,24 +9,27 @@ MASTER_SITES= http://files.roorback.net/e17/extra/ MAINTAINER= gblach@FreeBSD.org COMMENT= A graphical sudo tool based on the EFL -DIST_SUBDIR= e17 - RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo +BROKEN= Does not build + +DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GMAKE= yes USE_EFL= evas ecore edje elementary USE_EFL_ECORE= file imf evas USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes USE_LDCONFIG= yes -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes -CONFIGURE_ARGS+= --enable-nls +CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else -CONFIGURE_ARGS+= --disable-nls +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif |