diff options
author | gblach <gblach@FreeBSD.org> | 2015-12-12 00:26:18 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2015-12-12 00:26:18 +0800 |
commit | 83684c013aa2b61fdcea637b581236804fb71771 (patch) | |
tree | 0188b06716708f2f76be99aeffed6fd7233f085f /x11-wm/enlightenment/Makefile | |
parent | 552ab9b22731923a3e240ff00f87e7d484a20731 (diff) | |
download | freebsd-ports-gnome-83684c013aa2b61fdcea637b581236804fb71771.tar.gz freebsd-ports-gnome-83684c013aa2b61fdcea637b581236804fb71771.tar.zst freebsd-ports-gnome-83684c013aa2b61fdcea637b581236804fb71771.zip |
- Update Enlightenment to 0.20.0
- Mark e_dbus as deprecated
- Mark some e-module-* as broken (Not compatible with Enlightenment 0.20)
Diffstat (limited to 'x11-wm/enlightenment/Makefile')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 501bf3094559..c182f68bec2c 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.19.13 +PORTVERSION= 0.20.0 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ @@ -14,7 +14,6 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ libelementary.so:${PORTSDIR}/x11-toolkits/elementary \ - libedbus.so:${PORTSDIR}/devel/e_dbus \ libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms RUN_DEPENDS= ${LOCALBASE}/lib/evas/utils/evas_image_loader.svg:${PORTSDIR}/graphics/evas_generic_loaders-svg @@ -30,8 +29,6 @@ CONFIGURE_ARGS= --with-profile=MEDIUM_PC \ --disable-connman --disable-bluez4 \ --disable-device-udev --disable-mount-udisks -CPPFLAGS+= -I${LOCALBASE}/include/e_dbus-1 - .include "Makefile.plist" OPTIONS_DEFINE= NLS |