diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2015-12-11 16:26:18 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2015-12-11 16:26:18 +0000 |
commit | 4f8f9e7b0716f42301fc5003784960978e3503dc (patch) | |
tree | 0188b06716708f2f76be99aeffed6fd7233f085f /x11-wm/e-modules | |
parent | ab803eadff7226baabb924692d50e52c2baf8dac (diff) |
- Update Enlightenment to 0.20.0
- Mark e_dbus as deprecated
- Mark some e-module-* as broken (Not compatible with Enlightenment 0.20)
Notes
Notes:
svn path=/head/; revision=403549
Diffstat (limited to 'x11-wm/e-modules')
-rw-r--r-- | x11-wm/e-modules/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/e-modules/Makefile b/x11-wm/e-modules/Makefile index adf212a707fc..c9dd90ddbe44 100644 --- a/x11-wm/e-modules/Makefile +++ b/x11-wm/e-modules/Makefile @@ -3,7 +3,7 @@ PORTNAME= e17-modules PORTVERSION= 20130510 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm enlightenment MASTER_SITES= # Empty DISTFILES= # Empty @@ -14,8 +14,7 @@ COMMENT= Meta-port for Enlightenment modules NO_BUILD= yes MODULES= alarm cpu deskshow everything-places \ - everything-websearch forecasts mem mpdule net penguins \ - places rmb tclock wlan + everything-websearch mem rmb wlan .include "../enlightenment/Makefile.plist" |