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 /x11-wm/e17-module-net | |
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 'x11-wm/e17-module-net')
-rw-r--r-- | x11-wm/e17-module-net/Makefile | 14 | ||||
-rw-r--r-- | x11-wm/e17-module-net/distinfo | 4 |
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-wm/e17-module-net/Makefile b/x11-wm/e17-module-net/Makefile index bbedd1d3e97a..9b51395191d5 100644 --- a/x11-wm/e17-module-net/Makefile +++ b/x11-wm/e17-module-net/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= net -PORTVERSION= 20111128 +PORTVERSION= 20120918 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- @@ -14,18 +14,20 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= pkgconfig USE_EFL= edje libtool_hack modarch_hack +USE_GNOME= pkgconfig + +.include <bsd.port.options.mk> -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes +CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else -CONFIGURE_ARGS= --disable-nls +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif diff --git a/x11-wm/e17-module-net/distinfo b/x11-wm/e17-module-net/distinfo index 55aff34a7444..70796eb6bba3 100644 --- a/x11-wm/e17-module-net/distinfo +++ b/x11-wm/e17-module-net/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/net-20111128.tar.bz2) = 30c47ce49ae954113a1c99ccad4c7623af81bb361493b44b4a6f9c79cfe22d67 -SIZE (e17/net-20111128.tar.bz2) = 537534 +SHA256 (e17/net-20120918.tar.bz2) = 6efbaca82c26a6589590f23a630fc9accbd8dca03175524be74abc1423938623 +SIZE (e17/net-20120918.tar.bz2) = 551986 |