diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-01-26 15:41:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-01-26 15:41:34 +0000 |
commit | bca6bd6a2d9b1232788d83436335a233242b8bde (patch) | |
tree | 74e86a0a0c4e2ac04a8f12142ec7278f9af3d78c /audio/gbemol | |
parent | 259378c3c418a0ecf07a90941efb5c2fa635bace (diff) |
- Chase libmpd shlib update
Submitted by: avl
Approved by: portmgr (myself, pav)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268269
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 |