diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-05 14:26:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-05 14:26:36 +0800 |
commit | cf547bc3791fb9c10ae80861e68a00fc5c432f33 (patch) | |
tree | ade6ae9cb21d1483dd9d0476197fa2390006acfb /x11-wm/enlightenment | |
parent | 27da1a81e408d906f172c9fb808116629ab4f4dd (diff) | |
download | freebsd-ports-gnome-cf547bc3791fb9c10ae80861e68a00fc5c432f33.tar.gz freebsd-ports-gnome-cf547bc3791fb9c10ae80861e68a00fc5c432f33.tar.zst freebsd-ports-gnome-cf547bc3791fb9c10ae80861e68a00fc5c432f33.zip |
USES=execinfo
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 333701385737..c164eb8dd456 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -13,12 +13,11 @@ COMMENT= Artistic X window manager LICENSE= BSD -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms +LIB_DEPENDS= libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms DIST_SUBDIR= e17 GNU_CONFIGURE= yes -USES= pathfix iconv gmake pkgconfig tar:bzip2 +USES= execinfo pathfix iconv gmake pkgconfig tar:bzip2 USE_EFL= eina eet evas ecore eio edbus efreet edje \ libtool_hack librt_hack modarch_hack USE_EFL_EVAS_LOADERS= eet jpeg png |