diff options
Diffstat (limited to 'biology/iqtree/Makefile')
-rw-r--r-- | biology/iqtree/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/biology/iqtree/Makefile b/biology/iqtree/Makefile index f0216237b428..4fcfd325cd5c 100644 --- a/biology/iqtree/Makefile +++ b/biology/iqtree/Makefile @@ -3,7 +3,7 @@ PORTNAME= iqtree DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org @@ -16,10 +16,7 @@ BROKEN_aarch64= fails to compile: unrecognized command line option '-msse3' BROKEN_armv6= fails to compile: unrecognized command line options '-m32' and '-msse3' BROKEN_armv7= fails to compile: unrecognized command line options '-m32' and '-msse3' -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 - -USES= cmake compiler:openmp +USES= cmake compiler:openmp eigen:3 USE_GITHUB= yes GH_ACCOUNT= Cibiv GH_PROJECT= IQ-TREE |