diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e17-module-mpdule/Makefile | 3 |
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} |