svn commit: r330193 - head/x11-wm/enlightenment
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 12 23:02:59 UTC 2013
Author: gblach
Date: Sat Oct 12 23:02:59 2013
New Revision: 330193
URL: http://svnweb.freebsd.org/changeset/ports/330193
Log:
- Convert to new LIB_DEPENDS syntax
- Support staging
Modified:
head/x11-wm/enlightenment/Makefile
Modified: head/x11-wm/enlightenment/Makefile
==============================================================================
--- head/x11-wm/enlightenment/Makefile Sat Oct 12 22:54:45 2013 (r330192)
+++ head/x11-wm/enlightenment/Makefile Sat Oct 12 23:02:59 2013 (r330193)
@@ -14,8 +14,8 @@ COMMENT= A very artistic X window manage
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
More information about the svn-ports-all
mailing list