svn commit: r555114 - head/multimedia/lives

Kurt Jaeger pi at FreeBSD.org
Sat Nov 14 14:31:49 UTC 2020


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 \


More information about the svn-ports-all mailing list