svn commit: r328472 - head/audio/wmauda
Renato Botelho
garga at FreeBSD.org
Fri Sep 27 14:16:24 UTC 2013
Author: garga
Date: Fri Sep 27 14:16:23 2013
New Revision: 328472
URL: http://svnweb.freebsd.org/changeset/ports/328472
Log:
Add dbus-glib-1 as explicity dependency and fix build on current
Modified:
head/audio/wmauda/Makefile
Modified: head/audio/wmauda/Makefile
==============================================================================
--- head/audio/wmauda/Makefile Fri Sep 27 14:15:09 2013 (r328471)
+++ head/audio/wmauda/Makefile Fri Sep 27 14:16:23 2013 (r328472)
@@ -17,18 +17,14 @@ LIB_DEPENDS= libmowgli.so:${PORTSDIR}/de
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>
More information about the svn-ports-all
mailing list