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 /www | |
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 'www')
-rw-r--r-- | www/egueb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/egueb/Makefile b/www/egueb/Makefile index 66cb4b6dc020..ac8d5cf2b1a4 100644 --- a/www/egueb/Makefile +++ b/www/egueb/Makefile @@ -21,6 +21,10 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static +BROKEN= Don't build with EFL 1.11 +DEPRECATED= Unused by EFL 1.11 +EXPIRATION_DATE=2014-12-31 + post-patch: @${REINPLACE_CMD} -e "s|@LEX@|${LOCALBASE}/bin/flex|" \ ${WRKSRC}/ecss/lib/Makefile.in |