diff options
author | miwi <miwi@FreeBSD.org> | 2011-01-26 23:41:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-01-26 23:41:34 +0800 |
commit | 516752a584b8bd1c4bc89470914ef9a8825ac134 (patch) | |
tree | d0e2389b1e44e80db51cf5021e2bdab1fae77190 /audio/gbemol | |
parent | 154236bedcf20a848997df556989c37c1b3213ea (diff) | |
download | freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.tar.gz freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.tar.zst freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.zip |
- Chase libmpd shlib update
Submitted by: avl
Approved by: portmgr (myself, pav)
Feature safe: yes
Diffstat (limited to 'audio/gbemol')
-rw-r--r-- | audio/gbemol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index 86a78a9c42a7..88a297d93829 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -7,14 +7,14 @@ PORTNAME= gbemol PORTVERSION= 0.3.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= tmh.public@gmail.com COMMENT= Graphical frontend for the Music Player Daemon -LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ curl.6:${PORTSDIR}/ftp/curl \ xml2.5:${PORTSDIR}/textproc/libxml2 |