svn commit: r456965 - head/x11/lumina-core

Marcelo Araujo araujo at FreeBSD.org
Fri Dec 22 02:54:11 UTC 2017


Author: araujo
Date: Fri Dec 22 02:54:09 2017
New Revision: 456965
URL: https://svnweb.freebsd.org/changeset/ports/456965

Log:
  Add the '.' on if that was deleted by mistake.

Modified:
  head/x11/lumina-core/Makefile

Modified: head/x11/lumina-core/Makefile
==============================================================================
--- head/x11/lumina-core/Makefile	Fri Dec 22 02:49:17 2017	(r456964)
+++ head/x11/lumina-core/Makefile	Fri Dec 22 02:54:09 2017	(r456965)
@@ -31,7 +31,7 @@ I18N_DESC=	Install localization files
 
 .include <bsd.port.options.mk>
 
-if ${PORT_OPTIONS:MMULTIMEDIA}
+.if ${PORT_OPTIONS:MMULTIMEDIA}
 RUN_DEPENDS+=	gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
 .endif
 


More information about the svn-ports-all mailing list