Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 17:07:16 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367292 - head/x11/lumina
Message-ID:  <201409041707.s84H7GJu033022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000000
-IGNORE=		requires FreeBSD 10 or later
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409041707.s84H7GJu033022>