aboutsummaryrefslogtreecommitdiff
path: root/audio/gmpc/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-16 09:09:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-16 09:09:30 +0000
commitf0b7d49177ca342b0abb6051a75f2b3e3cf29e93 (patch)
tree80711433b11757cfe2dbcf8d563be6f7916504dc /audio/gmpc/Makefile
parentecd72ec807c388b3e88d90f35acaa3bf3989a2e4 (diff)
downloadports-f0b7d49177ca342b0abb6051a75f2b3e3cf29e93.tar.gz
ports-f0b7d49177ca342b0abb6051a75f2b3e3cf29e93.zip
- Update to 0.15.1
PR: 116184 Submitted by: Mathias Monnerville <mathias@monnerville.com> (maintainer)
Notes
Notes: svn path=/head/; revision=199538
Diffstat (limited to 'audio/gmpc/Makefile')
-rw-r--r--audio/gmpc/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile
index 00bfe6543d70..b10ddcf2f48e 100644
--- a/audio/gmpc/Makefile
+++ b/audio/gmpc/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= gmpc
-PORTVERSION= 0.15.0
+PORTVERSION= 0.15.1
PORTEPOCH= 1
CATEGORIES= audio
-MASTER_SITES= http://download.sarine.nl/gmpc-0.15.0/ \
+MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/ \
http://download.gna.org/kanicule/freebsd/distfiles/
MAINTAINER= mathias@monnerville.com
@@ -20,7 +20,7 @@ LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= libglade2 gnomevfs2
+USE_GNOME= libglade2 gnomevfs2 gnomehack
USE_GETTEXT= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
@@ -43,8 +43,4 @@ CONFIGURE_ARGS+= --disable-mmkeys
CONFIGURE_ARGS+= --disable-trayicon
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,g' \
- ${WRKSRC}/data/Makefile.in
-
.include <bsd.port.post.mk>