Date: Sun, 29 Jan 2017 13:04:00 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432738 - head/x11-wm/lxsession Message-ID: <201701291304.v0TD40M0077405@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Jan 29 13:04:00 2017 New Revision: 432738 URL: https://svnweb.freebsd.org/changeset/ports/432738 Log: Fix build by using autoreconf Modified: head/x11-wm/lxsession/Makefile Modified: head/x11-wm/lxsession/Makefile ============================================================================== --- head/x11-wm/lxsession/Makefile Sun Jan 29 13:01:13 2017 (r432737) +++ head/x11-wm/lxsession/Makefile Sun Jan 29 13:04:00 2017 (r432738) @@ -20,7 +20,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbu libpolkit-agent-1.so:sysutils/polkit \ libck-connector.so:sysutils/consolekit -USES= gmake localbase pkgconfig tar:xz +USES= autoreconf gmake localbase pkgconfig tar:xz USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 libxslt GNU_CONFIGURE= yes USE_XORG= x11 @@ -30,7 +30,7 @@ INSTALL_TARGET= install-strip SUB_FILES= pkg-message CONFIGURE_ARGS= --enable-buildin-clipboard \ - --enable-buildin-polkit + --enable-buildin-polkit OPTIONS_DEFINE= NLS UPOWER OPTIONS_SUB= yes @@ -41,7 +41,7 @@ UPOWER_LIB_DEPENDS= libupower-glib.so:sy UPOWER_DESC= Suspend/Hibernate support post-patch: - ${FIND} ${WRKSRC} -type f | ${XARGS} \ + @${FIND} ${WRKSRC} -type f | ${XARGS} \ ${REINPLACE_CMD} -e 's|/etc/xdg|${PREFIX}/etc/xdg|g ;\ s|%%PREFIX%%|${PREFIX}| ;\ s|/usr/bin/pkexec|${PREFIX}/bin/pkexec|g ;\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701291304.v0TD40M0077405>