diff options
author | miwi <miwi@FreeBSD.org> | 2012-02-06 23:33:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-02-06 23:33:14 +0800 |
commit | bafd693a5f8723e34af2eb27f8d93b8854e25ce7 (patch) | |
tree | c587a2b031bf244091e411dd983ac315320af728 /audio/glurp | |
parent | a95e106d5f1b3b3c17e11c528fa38b1a19db8484 (diff) | |
download | freebsd-ports-gnome-bafd693a5f8723e34af2eb27f8d93b8854e25ce7.tar.gz freebsd-ports-gnome-bafd693a5f8723e34af2eb27f8d93b8854e25ce7.tar.zst freebsd-ports-gnome-bafd693a5f8723e34af2eb27f8d93b8854e25ce7.zip |
- Chase libmpd shlib bump
Diffstat (limited to 'audio/glurp')
-rw-r--r-- | audio/glurp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index 118b681b3c3c..770be81dc677 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -7,13 +7,14 @@ PORTNAME= glurp PORTVERSION= 0.12.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@mark.reidel.info COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd -LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 libglade2 |