diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 23:02:59 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 23:02:59 +0000 |
commit | 4d5bb73b59ffaa0682c8433064762f203a26bf50 (patch) | |
tree | 70a90ccec390ff97cbe06a194a545619db7b25d0 /x11-wm/enlightenment | |
parent | e58d26a975c21c3dd8bff3e971bc213e74d745e6 (diff) | |
download | ports-4d5bb73b59ffaa0682c8433064762f203a26bf50.tar.gz ports-4d5bb73b59ffaa0682c8433064762f203a26bf50.zip |
- Convert to new LIB_DEPENDS syntax
- Support staging
Notes
Notes:
svn path=/head/; revision=330193
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 3c511e475f6c..34500373b325 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -14,8 +14,8 @@ COMMENT= A very artistic X window manager LICENSE= BSD -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms DIST_SUBDIR= e17 USE_BZIP2= yes @@ -35,7 +35,6 @@ CONFIGURE_ARGS= --with-profile=MEDIUM_PC \ OPTIONS_DEFINE= ILLUME ILLUME_DESC= Enable illume module -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MILLUME} @@ -62,9 +61,6 @@ post-patch: @${REINPLACE_CMD} -e 's|@E_FM_LIBS@|@E_FM_LIBS@ -lehal -leukit|' \ ${WRKSRC}/src/bin/e_fm/Makefile.in -post-install: - @${CAT} ${PKGMESSAGE} - .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: signal 10 .endif |