diff options
author | gblach <gblach@FreeBSD.org> | 2014-11-25 11:07:22 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2014-11-25 11:07:22 +0800 |
commit | 87b54e3e367990399c42dbb255ce6e12cf180129 (patch) | |
tree | a3ede366da71e5f2c9d8a5565a987a08de3b99d0 /x11-wm/e17-module-comp-scale/Makefile | |
parent | 27ee458dbd7d23c67cbb7706bdadfec14bf6018d (diff) | |
download | freebsd-ports-gnome-87b54e3e367990399c42dbb255ce6e12cf180129.tar.gz freebsd-ports-gnome-87b54e3e367990399c42dbb255ce6e12cf180129.tar.zst freebsd-ports-gnome-87b54e3e367990399c42dbb255ce6e12cf180129.zip |
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage
Reviewed by: crees, antoine
Diffstat (limited to 'x11-wm/e17-module-comp-scale/Makefile')
-rw-r--r-- | x11-wm/e17-module-comp-scale/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-wm/e17-module-comp-scale/Makefile b/x11-wm/e17-module-comp-scale/Makefile index 982cad0c76d3..bd361c04413a 100644 --- a/x11-wm/e17-module-comp-scale/Makefile +++ b/x11-wm/e17-module-comp-scale/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/gblach/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= gblach@FreeBSD.org -COMMENT= Comp-scale module for Enlightenment 17 +COMMENT= Comp-scale module for Enlightenment BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment @@ -19,6 +19,10 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig tar:bzip2 USE_EFL= edje libtool_hack modarch_hack +BROKEN= Don't build with Enlightenment 0.19 +DEPRECATED= Broken and updates aren't available +EXPIRATION_DATE=2014-12-31 + OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> |