From owner-svn-ports-head@freebsd.org Fri Dec 22 02:54:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD878E9FA5C; Fri, 22 Dec 2017 02:54:10 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A847063BB6; Fri, 22 Dec 2017 02:54:10 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBM2s9lB088356; Fri, 22 Dec 2017 02:54:09 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBM2s93h088355; Fri, 22 Dec 2017 02:54:09 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201712220254.vBM2s93h088355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 22 Dec 2017 02:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456965 - head/x11/lumina-core X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/x11/lumina-core X-SVN-Commit-Revision: 456965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2017 02:54:11 -0000 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 -if ${PORT_OPTIONS:MMULTIMEDIA} +.if ${PORT_OPTIONS:MMULTIMEDIA} RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core .endif