From 2d250bb95eac4419c2b2a81d30d1629c50a4ba4f Mon Sep 17 00:00:00 2001 From: Grzegorz Blach Date: Sat, 22 Dec 2012 20:54:59 +0000 Subject: - Update Enlightenment to 0.17.0 - Update EFL to 1.7.4 - Convert to OptionsNG Approved by: crees (mentor) --- x11-wm/e17-module-screenshot/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'x11-wm/e17-module-screenshot/Makefile') diff --git a/x11-wm/e17-module-screenshot/Makefile b/x11-wm/e17-module-screenshot/Makefile index bfc56ead54cc..b19a0e8c656e 100644 --- a/x11-wm/e17-module-screenshot/Makefile +++ b/x11-wm/e17-module-screenshot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= screenshot -PORTVERSION= 20111128 +PORTVERSION= 20120918 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- @@ -16,17 +16,20 @@ RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \ emprint:${PORTSDIR}/x11/emprint 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 -.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 -- cgit v1.2.3