svn commit: r330252 - head/x11-wm/e17-module-mpdule
Grzegorz Blach
gblach at FreeBSD.org
Sun Oct 13 21:10:50 UTC 2013
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 at 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}
More information about the svn-ports-head
mailing list