aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-11-14 22:31:49 +0800
committerKurt Jaeger <pi@FreeBSD.org>2020-11-14 22:31:49 +0800
commit0f4109f1b1c916ac44ce3c38cac1e0be03e05d19 (patch)
tree675bafb73719b8b4a2390269da37ad044777ee50 /multimedia
parentf4df0620c71fb29c4566822643010bd8a4db8893 (diff)
downloadfreebsd-ports-gnome-0f4109f1b1c916ac44ce3c38cac1e0be03e05d19.tar.gz
freebsd-ports-gnome-0f4109f1b1c916ac44ce3c38cac1e0be03e05d19.tar.zst
freebsd-ports-gnome-0f4109f1b1c916ac44ce3c38cac1e0be03e05d19.zip
multimedia/lives: fix newline in USES
PR: 246491 Pointy hat to: pi
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/lives/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile
index 5dd2fe28ab6e..6992d20f0fdd 100644
--- a/multimedia/lives/Makefile
+++ b/multimedia/lives/Makefile
@@ -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 \