diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-02 11:04:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-02 11:04:09 +0800 |
commit | de330018a24a63626c528137295763557c5bff27 (patch) | |
tree | c24267fc22d3c74f12b1f8b5f53a8595b6a6b75e /biology | |
parent | 3aee96bcb7e982f9a26b670899d1d901123dbba2 (diff) | |
download | freebsd-ports-gnome-de330018a24a63626c528137295763557c5bff27.tar.gz freebsd-ports-gnome-de330018a24a63626c528137295763557c5bff27.tar.zst freebsd-ports-gnome-de330018a24a63626c528137295763557c5bff27.zip |
- Switch to options helpers
Diffstat (limited to 'biology')
-rw-r--r-- | biology/crux/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/biology/crux/Makefile b/biology/crux/Makefile index 7f6a440b11e6..97a575868e9e 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -13,6 +13,8 @@ COMMENT= Software toolkit for phylogenetic inference 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/LAPACK 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| ; \ |