diff options
author | kwm <kwm@FreeBSD.org> | 2013-08-20 02:46:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-08-20 02:46:44 +0800 |
commit | b758dfe38c8cb2595d2406398f914a2c4d4c6052 (patch) | |
tree | 95e15a23c9a3706c73962278b31d62f78121e5f0 /audio | |
parent | 82cb735e02caec9c2d0f4b1123dae71ec85bfddc (diff) | |
download | freebsd-ports-gnome-b758dfe38c8cb2595d2406398f914a2c4d4c6052.tar.gz freebsd-ports-gnome-b758dfe38c8cb2595d2406398f914a2c4d4c6052.tar.zst freebsd-ports-gnome-b758dfe38c8cb2595d2406398f914a2c4d4c6052.zip |
Unbreak after glib20 update.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef-mpris-plugin/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/deadbeef-mpris-plugin/Makefile b/audio/deadbeef-mpris-plugin/Makefile index 826084659b45..d1ccca0b0a1d 100644 --- a/audio/deadbeef-mpris-plugin/Makefile +++ b/audio/deadbeef-mpris-plugin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: DeaDBeeF MPRIS plugin -# Date created: 18 Nov 2011 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= deadbeef-mpris-plugin PORTVERSION= 2.1.3 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org -COMMENT= The MPRIS plugin for DeaDBeeF music player +COMMENT= MPRIS plugin for DeaDBeeF music player LICENSE= GPLv3 @@ -25,6 +21,7 @@ USE_GNOME= glib20 WRKSRC= ${WRKDIR}/deadbeef-${PORTVERSION} post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in \ + ${WRKSRC}/test/Makefile.in .include <bsd.port.mk> |