diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 15:33:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 15:33:14 +0000 |
commit | c46aeb09d7662b5adfbc76a1c670d5ea7ebf1585 (patch) | |
tree | 7977f602cf12c627ebf2132650d3edd6364341c4 /audio/glurp | |
parent | 7cf24fb3dfcdb46f27e51270221819983f4c04f0 (diff) | |
download | ports-c46aeb09d7662b5adfbc76a1c670d5ea7ebf1585.tar.gz ports-c46aeb09d7662b5adfbc76a1c670d5ea7ebf1585.zip |
Notes
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 |