diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-29 21:04:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-29 21:04:00 +0800 |
commit | 5a95e46365d039d608801ca89d750a2572bcd3ff (patch) | |
tree | 9ea926156a5485e0e4d35d04d89bca2de58e9057 /x11-wm | |
parent | 268b789857867546eb72b15a5f843d94de3127d0 (diff) | |
download | freebsd-ports-gnome-5a95e46365d039d608801ca89d750a2572bcd3ff.tar.gz freebsd-ports-gnome-5a95e46365d039d608801ca89d750a2572bcd3ff.tar.zst freebsd-ports-gnome-5a95e46365d039d608801ca89d750a2572bcd3ff.zip |
Fix build by using autoreconf
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/lxsession/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/lxsession/Makefile b/x11-wm/lxsession/Makefile index ce2b86b5d2d7..e08456f3d084 100644 --- a/x11-wm/lxsession/Makefile +++ b/x11-wm/lxsession/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ 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:sysutils/upower 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 ;\ |