Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2013 23:02:59 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330193 - head/x11-wm/enlightenment
Message-ID:  <201310122302.r9CN2xoc023037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310122302.r9CN2xoc023037>