diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-18 02:41:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-18 02:41:24 +0000 |
commit | c296605f059b98dd5b658268e30ed3e8997f0e01 (patch) | |
tree | c68c85acab3495e54706f8fda67e0d8399a95af4 | |
parent | 91070ff927354735bfe1b080c16d45cd1c8a231b (diff) | |
download | freebsd-ports-c296605f059b98dd5b658268e30ed3e8997f0e01.zip |
Bah. Remove spare line from cut-and-paste.
-rw-r--r-- | biology/hmmer/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index 3a3a8f47cfe4..fd2812467cf1 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -43,7 +43,6 @@ post-install-EXAMPLES-on: .include <bsd.port.pre.mk> .if ${MACHINE_CPU:Msse2} -QMAKE_ARGS+= UGENE_SSE2_DETECTED=1 PLIST_SUB+= SSE2="" .else PLIST_SUB+= SSE2="@comment " |