Changeset View
Changeset View
Standalone View
Standalone View
biology/migrate/Makefile
| Show All 9 Lines | |||||
| WWW= https://popgen.sc.fsu.edu/Migrate/Migrate-n.html | WWW= https://popgen.sc.fsu.edu/Migrate/Migrate-n.html | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/../README | LICENSE_FILE= ${WRKSRC}/../README | ||||
| # Waiting on build reports, 2024-03-27 | # Waiting on build reports, 2024-03-27 | ||||
| #BROKEN_armv6= fails to build: make[2]: cannot open makefile | #BROKEN_armv6= fails to build: make[2]: cannot open makefile | ||||
| #BROKEN_armv7= fails to build: make[2]: cannot open makefile | #BROKEN_armv7= fails to build: make[2]: cannot open makefile | ||||
| #BROKEN_mips= fails to build: make[2]: cannot open makefile | |||||
| #BROKEN_riscv64= fails to build: make[2]: cannot open makefile | #BROKEN_riscv64= fails to build: make[2]: cannot open makefile | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| CONFIGURE_ARGS= --with-zlib=system | CONFIGURE_ARGS= --with-zlib=system | ||||
| CONFIGURE_ENV= ac_cv_prog_GMAKE="${MAKE}" | CONFIGURE_ENV= ac_cv_prog_GMAKE="${MAKE}" | ||||
| MAKE_ARGS= PRETTYCFLAGS="${CFLAGS} -DNOJPEG -DNOZLIB -DNOPNG -Iharu -DPRETTY -lstdc++" | MAKE_ARGS= PRETTYCFLAGS="${CFLAGS} -DNOJPEG -DNOZLIB -DNOPNG -Iharu -DPRETTY -lstdc++" | ||||
| CONFLICTS_INSTALL= py*-sqlalchemy-migrate # bin/migrate | CONFLICTS_INSTALL= py*-sqlalchemy-migrate # bin/migrate | ||||
| ▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines | |||||