diff options
author | garga <garga@FreeBSD.org> | 2013-09-25 00:47:23 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-09-25 00:47:23 +0800 |
commit | 7803963c1df528b4edae5f34b19ab5ddb08d6a31 (patch) | |
tree | 3debfa29653b0d982265f0c4e1b5f126cf718c92 /audio/wmauda | |
parent | 27a472aceb9675d61d89eaaa201da1a387dad826 (diff) | |
download | freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.tar.gz freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.tar.zst freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.zip |
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
Diffstat (limited to 'audio/wmauda')
-rw-r--r-- | audio/wmauda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile index 3f2be9a4bb35..d6159f89ce48 100644 --- a/audio/wmauda/Makefile +++ b/audio/wmauda/Makefile @@ -13,7 +13,7 @@ COMMENT= A port of wmxmms to GTK 2.x and Audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious -LIB_DEPENDS= mowgli:${PORTSDIR}/devel/libmowgli +LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli USES= gmake pkgconfig NO_STAGE= yes |