aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-09-27 14:16:23 +0000
committerRenato Botelho <garga@FreeBSD.org>2013-09-27 14:16:23 +0000
commit613d8e582437d3d935c9ee8eedf27e34ae2b263b (patch)
tree4064105a39eeea306fa54527827c29880da5f359 /audio
parentda64f494e9250fac8cf0dcbfb6a12f971b4c60e2 (diff)
downloadports-613d8e582437d3d935c9ee8eedf27e34ae2b263b.tar.gz
ports-613d8e582437d3d935c9ee8eedf27e34ae2b263b.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/wmauda/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile
index 5bdd48669966..8c9b088322cd 100644
--- a/audio/wmauda/Makefile
+++ b/audio/wmauda/Makefile
@@ -17,18 +17,14 @@ LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gtk20
-CFLAGS+= `pkg-config --cflags gtk+-2.0`
-MAKE_ENV= MANPAGE_DIR=${MAN1PREFIX}/man/man1 \
- LIBS="`pkg-config --libs gtk+-2.0`"
PLIST_FILES= bin/wmauda \
man/man1/wmauda.1.gz \
share/pixmaps/wmauda.xpm
post-patch:
- @${REINPLACE_CMD} -E 's,^(MANPAGE_DIR.*):=,\1\?=,; \
- s,^(LIBS.*):=,\1\+=,; \
- s,audacious,& audclient,' \
+ @${REINPLACE_CMD} -e "/^MANPAGE_DIR.*:=/s,:=.*,:= ${MAN1PREFIX}/man/man1," \
+ -e 's,audacious,& audclient dbus-glib-1,' \
${WRKSRC}/Makefile
.include <bsd.port.mk>