diff options
Diffstat (limited to 'audio/mpdas/Makefile')
-rw-r--r-- | audio/mpdas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile index 920e682d2266..8dafce7bded0 100644 --- a/audio/mpdas/Makefile +++ b/audio/mpdas/Makefile @@ -12,8 +12,8 @@ COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libmpdclient.so:${PORTSDIR}/audio/libmpdclient +LIB_DEPENDS= libcurl.so:ftp/curl \ + libmpdclient.so:audio/libmpdclient USES= pkgconfig |