diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-14 05:10:49 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-14 05:10:49 +0800 |
commit | c344cdeaea2751d4feea5e0de2a4fe9d626ffe6e (patch) | |
tree | 9b06007f0455bb79c8578d48986a03e7c2d400ab /x11-wm | |
parent | b23f01d0d9762f90e1f277a9108843a130c9d4fd (diff) | |
download | freebsd-ports-gnome-c344cdeaea2751d4feea5e0de2a4fe9d626ffe6e.tar.gz freebsd-ports-gnome-c344cdeaea2751d4feea5e0de2a4fe9d626ffe6e.tar.zst freebsd-ports-gnome-c344cdeaea2751d4feea5e0de2a4fe9d626ffe6e.zip |
- Convert to new LIB_DEPENDS syntax
- Support staging
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} |