diff options
Diffstat (limited to 'x11-wm/e17-module-quickaccess/Makefile')
-rw-r--r-- | x11-wm/e17-module-quickaccess/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/x11-wm/e17-module-quickaccess/Makefile b/x11-wm/e17-module-quickaccess/Makefile index 61522ea3..923aefe 100644 --- a/x11-wm/e17-module-quickaccess/Makefile +++ b/x11-wm/e17-module-quickaccess/Makefile @@ -13,20 +13,14 @@ COMMENT= An e17 module to provide quick access to applications BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +DEPRECATED= Merged into x11-wm/enlightenment +EXPIRATION_DATE=2013-01-31 + 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 - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +USE_GNOME= pkgconfig .include <bsd.port.mk> |