Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 03:04:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395817 - head/biology/crux
Message-ID:  <201509020304.t8234ABN056821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  2 03:04:09 2015
New Revision: 395817
URL: https://svnweb.freebsd.org/changeset/ports/395817

Log:
  - Switch to options helpers

Modified:
  head/biology/crux/Makefile

Modified: head/biology/crux/Makefile
==============================================================================
--- head/biology/crux/Makefile	Wed Sep  2 02:08:26 2015	(r395816)
+++ head/biology/crux/Makefile	Wed Sep  2 03:04:09 2015	(r395817)
@@ -13,6 +13,8 @@ COMMENT=	Software toolkit for phylogenet
 LICENSE=	BSD2CLAUSE BSD3CLAUSE
 LICENSE_COMB=	multi
 
+BROKEN_powerpc=	does not build on powerpc: error in pthreads
+
 USES=		fortran gmake python tar:bzip2
 USE_CSTD=	gnu99
 GNU_CONFIGURE=	yes
@@ -28,12 +30,6 @@ SYS_LINALG_DESC=	Enable system ATLAS/LAP
 SYS_LINALG_LIB_DEPENDS=	libatlas.so:${PORTSDIR}/math/atlas
 SYS_LINALG_CONFIGURE_ENABLE=	sys-linalg
 
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} > 900000
-BROKEN_powerpc=	Does not build on powerpc-9: error in pthreads
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|\([[:blank:]]\)\($$(BINDIR)\)|\1$$(DESTDIR)\2| ; \



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