diff options
Diffstat (limited to 'audio/gbemol/Makefile')
-rw-r--r-- | audio/gbemol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index fdd9775c06ee..9ccad54ace1f 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF MAINTAINER= tmh.public@gmail.com COMMENT= Graphical frontend for the Music Player Daemon -LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd \ - curl:${PORTSDIR}/ftp/curl \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes USES= gmake pkgconfig |