diff options
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 |