From owner-svn-ports-all@FreeBSD.ORG Thu Sep 4 17:26:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B46A2D1F; Thu, 4 Sep 2014 17:26:00 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9AA1A43; Thu, 4 Sep 2014 17:25:59 +0000 (UTC) Received: from [10.31.10.226] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id EB12543BF7; Thu, 4 Sep 2014 12:25:40 -0500 (CDT) Message-ID: <5408A089.5080301@marino.st> Date: Thu, 04 Sep 2014 19:25:29 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Kris Moore , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r367292 - head/x11/lumina References: <201409041707.s84H7GJu033022@svn.freebsd.org> In-Reply-To: <201409041707.s84H7GJu033022@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 17:26:00 -0000 On 9/4/2014 19:07, Kris Moore wrote: > Author: kmoore > Date: Thu Sep 4 17:07:15 2014 > New Revision: 367292 > URL: http://svnweb.freebsd.org/changeset/ports/367292 > QAT: https://qat.redports.org/buildarchive/r367292/ > > Log: > Opps, remove restriction to FBSD 10.0 and later > > Pointy Hat: kmoore > > Modified: > head/x11/lumina/Makefile > > Modified: head/x11/lumina/Makefile > ============================================================================== > --- head/x11/lumina/Makefile Thu Sep 4 16:50:22 2014 (r367291) > +++ head/x11/lumina/Makefile Thu Sep 4 17:07:15 2014 (r367292) > @@ -39,10 +39,4 @@ WRKSRC= ${WRKDIR}/lumina > > QMAKE_ARGS= CONFIG+="configure" > > -.include > - > -.if ${OSVERSION} < 1000000 > -IGNORE= requires FreeBSD 10 or later > -.endif > - > -.include > +.include > DragonFly thanks you too! John