Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 21:10:49 +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: r330252 - head/x11-wm/e17-module-mpdule
Message-ID:  <201310132110.r9DLAnD5007818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sun Oct 13 21:10:49 2013
New Revision: 330252
URL: http://svnweb.freebsd.org/changeset/ports/330252

Log:
  - Convert to new LIB_DEPENDS syntax
  - Support staging

Modified:
  head/x11-wm/e17-module-mpdule/Makefile

Modified: head/x11-wm/e17-module-mpdule/Makefile
==============================================================================
--- head/x11-wm/e17-module-mpdule/Makefile	Sun Oct 13 20:29:33 2013	(r330251)
+++ head/x11-wm/e17-module-mpdule/Makefile	Sun Oct 13 21:10:49 2013	(r330252)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	e17-module-
 MAINTAINER=	gblach@FreeBSD.org
 COMMENT=	An MPD module for e17
 
-LIB_DEPENDS=	mpd:${PORTSDIR}/audio/libmpd
+LIB_DEPENDS=	libmpd.so:${PORTSDIR}/audio/libmpd
 BUILD_DEPENDS=	enlightenment:${PORTSDIR}/x11-wm/enlightenment
 RUN_DEPENDS=	enlightenment:${PORTSDIR}/x11-wm/enlightenment
 
@@ -20,7 +20,6 @@ GNU_CONFIGURE=	yes
 USES=		gmake pkgconfig
 USE_EFL=	edje libtool_hack modarch_hack
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}



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