diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-11 07:35:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-11 07:35:03 +0800 |
commit | a464db24a0184ccc06abd160315233f98473c248 (patch) | |
tree | 2a6449ecd944be7a9272a9e88d6dd4e6a75d9698 /biology/phyml | |
parent | 16bb99fcd73647692024faf7bdcc0c4028694b3d (diff) | |
download | freebsd-ports-gnome-a464db24a0184ccc06abd160315233f98473c248.tar.gz freebsd-ports-gnome-a464db24a0184ccc06abd160315233f98473c248.tar.zst freebsd-ports-gnome-a464db24a0184ccc06abd160315233f98473c248.zip |
Remove now-useless, commented-out lines.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology/phyml')
-rw-r--r-- | biology/phyml/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/biology/phyml/Makefile b/biology/phyml/Makefile index ba734c510484..3940b84aba93 100644 --- a/biology/phyml/Makefile +++ b/biology/phyml/Makefile @@ -12,10 +12,6 @@ COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -#BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native' -#BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native' -#BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native' - USE_GITHUB= yes GH_ACCOUNT= stephaneguindon |