diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-06-23 13:08:53 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-06-23 13:08:53 +0000 |
commit | 8548627a98ed69170680fdefa489d403f50afcbd (patch) | |
tree | f04b7024b23733e6e5db9172c3a7db29836d80f5 /audio/glurp/Makefile | |
parent | f9dee8f77d29d90266bdac018fcd75aad812fd6a (diff) | |
download | ports-8548627a98ed69170680fdefa489d403f50afcbd.tar.gz ports-8548627a98ed69170680fdefa489d403f50afcbd.zip |
Notes
Diffstat (limited to 'audio/glurp/Makefile')
-rw-r--r-- | audio/glurp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index edc6b30f95d8..cfd525e71677 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -6,17 +6,18 @@ # PORTNAME= glurp -PORTVERSION= 0.11.6 -PORTREVISION= 5 +PORTVERSION= 0.12.3 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 + GNU_CONFIGURE= yes -USE_GNOME= gnometarget libglade2 -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ +USE_GNOME= gtk20 glib20 gnometarget libglade2 +MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \ .include <bsd.port.mk> |