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-slideshow | |
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-slideshow')
-rw-r--r-- | x11-wm/e17-module-slideshow/Makefile | 13 | ||||
-rw-r--r-- | x11-wm/e17-module-slideshow/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-wm/e17-module-slideshow/Makefile b/x11-wm/e17-module-slideshow/Makefile index b7a9132f37a8..24c54cfaed6b 100644 --- a/x11-wm/e17-module-slideshow/Makefile +++ b/x11-wm/e17-module-slideshow/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slideshow -PORTVERSION= 20111128 +PORTVERSION= 20120918 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- @@ -14,17 +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 +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-slideshow/distinfo b/x11-wm/e17-module-slideshow/distinfo index 32367854340a..a3986c428a8d 100644 --- a/x11-wm/e17-module-slideshow/distinfo +++ b/x11-wm/e17-module-slideshow/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/slideshow-20111128.tar.bz2) = 551861f6715ae11980b90f14bff3fdc12d68f6cfecf3e60ac257694503599163 -SIZE (e17/slideshow-20111128.tar.bz2) = 512457 +SHA256 (e17/slideshow-20120918.tar.bz2) = aeaff404204d89f25c0e39bc434080feb8ebc50b058131ab410996486d5ba7c5 +SIZE (e17/slideshow-20120918.tar.bz2) = 530751 |