From owner-svn-ports-head@FreeBSD.ORG Thu Sep 4 17:07:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8EA30F6C; Thu, 4 Sep 2014 17:07:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7AFAB17C5; Thu, 4 Sep 2014 17:07:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s84H7G4F033023; Thu, 4 Sep 2014 17:07:16 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s84H7GJu033022; Thu, 4 Sep 2014 17:07:16 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201409041707.s84H7GJu033022@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Thu, 4 Sep 2014 17:07:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367292 - head/x11/lumina X-SVN-Group: ports-head 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.18-1 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: Thu, 04 Sep 2014 17:07:16 -0000 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