svn commit: r367292 - head/x11/lumina

Kris Moore kmoore at FreeBSD.org
Thu Sep 4 17:07:16 UTC 2014


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>


More information about the svn-ports-head mailing list