biology/migrate: Use system zlib instead of excluding it from extract

Fixes:		dc29da5db6e6e: Fix extract on aarch64
main
Nuno Teixeira 2024-04-12 21:02:59 +01:00
parent 691b99d152
commit 882ecb2d7f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= migrate
DISTVERSION= 5.0.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= biology
MASTER_SITES= https://peterbeerli.com/migrate-html5/download_version4/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@ -19,12 +19,12 @@ LICENSE_FILE= ${WRKSRC}/../README
#BROKEN_riscv64= fails to build: make[2]: cannot open makefile
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-zlib=system
CONFIGURE_ENV= ac_cv_prog_GMAKE="${MAKE}"
MAKE_ARGS= PRETTYCFLAGS="${CFLAGS} -DNOJPEG -DNOZLIB -DNOPNG -Iharu -DPRETTY -lstdc++"
CONFLICTS_INSTALL= py*-sqlalchemy-migrate # bin/migrate
EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions --exclude zlib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
PORTDOCS= ${PORTNAME}.html HISTORY README README_PARALLEL_GENERAL