diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
commit | 2d250bb95eac4419c2b2a81d30d1629c50a4ba4f (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /x11-wm/e17-module-rain | |
parent | 3f57bf2285e342135340477d9404790fda157f15 (diff) |
Notes
Diffstat (limited to 'x11-wm/e17-module-rain')
-rw-r--r-- | x11-wm/e17-module-rain/Makefile | 13 | ||||
-rw-r--r-- | x11-wm/e17-module-rain/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-wm/e17-module-rain/Makefile b/x11-wm/e17-module-rain/Makefile index 74ee65474daf..849c28b01ba4 100644 --- a/x11-wm/e17-module-rain/Makefile +++ b/x11-wm/e17-module-rain/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rain -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-rain/distinfo b/x11-wm/e17-module-rain/distinfo index 98e13ddfc531..8cb6afd46e3a 100644 --- a/x11-wm/e17-module-rain/distinfo +++ b/x11-wm/e17-module-rain/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/rain-20111128.tar.bz2) = 290c556e9780795ddb70c74d81c3eee9c7cec6e58ae270ba3f3d37d28be2384b -SIZE (e17/rain-20111128.tar.bz2) = 601389 +SHA256 (e17/rain-20120918.tar.bz2) = 1e502ad9cb57a41678ab981835673b6c1bb968878600acb91bb75d756b098a36 +SIZE (e17/rain-20120918.tar.bz2) = 600650 |