diff options
-rw-r--r-- | biology/migrate/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile index fc781044594e..c83736665666 100644 --- a/biology/migrate/Makefile +++ b/biology/migrate/Makefile @@ -22,15 +22,9 @@ PORTDOCS= HISTORY README README_PARALLEL_GENERAL ${PORTNAME}.html PORTEXAMPLES= * EXTRACT_AFTER_ARGS=--exclude zlib -ALL_TARGET= all - -OPTIONS_DEFINE= DOCS EXAMPLES THREAD_PRETTY PRETTY THREAD -THREAD_PRETTY_DESC= Build with THREAD_PRETTY support +OPTIONS_DEFINE= DOCS EXAMPLES THREAD THREAD_DESC= Build with THREAD support -PRETTY_DESC= Build with PRETTY support -THREAD_PRETTY_ALL_TARGET= thread-pretty THREAD_ALL_TARGET= thread -PRETTY_ALL_TARGET= pretty post-patch: @${REINPLACE_CMD} -e 's|="-O "|="$$CFLAGS"|g' ${WRKSRC}/configure |