diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
commit | 4e6b9d37ad988e5ce212eb64d3da6c89f036995b (patch) | |
tree | c034200ad770d5a81c162443b728bd36b7987a9c /x11-wm/e17-module-bling/Makefile | |
parent | 32d827c027cde0f59dfae87babbc1499241115ab (diff) | |
download | ports-4e6b9d37ad988e5ce212eb64d3da6c89f036995b.tar.gz ports-4e6b9d37ad988e5ce212eb64d3da6c89f036995b.zip |
Notes
Diffstat (limited to 'x11-wm/e17-module-bling/Makefile')
-rw-r--r-- | x11-wm/e17-module-bling/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-wm/e17-module-bling/Makefile b/x11-wm/e17-module-bling/Makefile index 7d7eb4d0c3c6..feef9cf1a7ec 100644 --- a/x11-wm/e17-module-bling/Makefile +++ b/x11-wm/e17-module-bling/Makefile @@ -23,7 +23,11 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig -USE_EFL= edje +USE_EFL= edje libtool_hack modarch_hack USE_XORG= xcomposite xext xrender xdamage xfixes +BROKEN= does not compile +DEPRECATED= abandoned upstream +EXPIRATION_DATE= 2011-01-01 + .include <bsd.port.mk> |