summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-13 21:10:49 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-13 21:10:49 +0000
commit9b92ef1e69b25ee72f0444f32e4618554f7a4a28 (patch)
tree9b06007f0455bb79c8578d48986a03e7c2d400ab /x11-wm
parent. Remove the nethack3*-gnome ports. They are one of the last users of (diff)
- Convert to new LIB_DEPENDS syntax
- Support staging
Notes
Notes: svn path=/head/; revision=330252
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e17-module-mpdule/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/e17-module-mpdule/Makefile b/x11-wm/e17-module-mpdule/Makefile
index f49dd9e60c86..880391a367f1 100644
--- a/x11-wm/e17-module-mpdule/Makefile
+++ b/x11-wm/e17-module-mpdule/Makefile
@@ -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}