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 /x11-wm | |
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 'x11-wm')
-rw-r--r-- | x11-wm/e17-module-mpdule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/e17-module-mpdule/Makefile b/x11-wm/e17-module-mpdule/Makefile index 47d78e66a60a..4fb1c83a154a 100644 --- a/x11-wm/e17-module-mpdule/Makefile +++ b/x11-wm/e17-module-mpdule/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpdule PORTVERSION= 20101003 +PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/2010-10-03/modules/ PKGNAMEPREFIX= e17-module- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net COMMENT= An MPD module for e17 -LIB_DEPENDS= mpd.2:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment |