Date: Sat, 14 Nov 2020 14:31:49 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555114 - head/multimedia/lives Message-ID: <202011141431.0AEEVnRi071022@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Nov 14 14:31:49 2020 New Revision: 555114 URL: https://svnweb.freebsd.org/changeset/ports/555114 Log: multimedia/lives: fix newline in USES PR: 246491 Pointy hat to: pi Modified: head/multimedia/lives/Makefile Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Sat Nov 14 14:28:51 2020 (r555113) +++ head/multimedia/lives/Makefile Sat Nov 14 14:31:49 2020 (r555114) @@ -28,7 +28,8 @@ RUN_DEPENDS= analyseplugin:audio/ladspa \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= autoreconf compiler:c++11-lib gettext-runtime gettext-tools \ gl gnome libtool localbase pathfix perl5 pkgconfig python \ +USES= autoreconf compiler:c++11-lib gettext-runtime gettext-tools \ + gl gnome libtool localbase pathfix perl5 pkgconfig python \ sdl shebangfix xorg SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi smogrify \ tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011141431.0AEEVnRi071022>