diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
commit | 8a0791e07dbf5628b6390993b7f199317991144f (patch) | |
tree | 5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/ncmpc | |
parent | c7831a919ccb46504e13b19e5a7b8ac912ec28df (diff) | |
download | FreeBSD-ports-8a0791e07dbf5628b6390993b7f199317991144f.zip FreeBSD-ports-8a0791e07dbf5628b6390993b7f199317991144f.tar.gz |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
Diffstat (limited to 'audio/ncmpc')
-rw-r--r-- | audio/ncmpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile index ae79a14..c591e89 100644 --- a/audio/ncmpc/Makefile +++ b/audio/ncmpc/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION} MAINTAINER= henrik@affekt.org COMMENT= Ncurses client for the musicpd -LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient +LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient GNU_CONFIGURE= yes USE_GNOME= glib20 |