1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

lang/gnu-cobol: Fix ld error

PR:		277229
Reported by:	saper@saper.info
This commit is contained in:
Marcin Cieślak 2024-02-23 12:03:50 +00:00 committed by Wen Heping
parent bd05b23fad
commit 299683ae32

View File

@ -1,5 +1,6 @@
PORTNAME= gnucobol
PORTVERSION= 3.2
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GNU/gnucobol
@ -17,6 +18,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \
USES= bdb gmake libtool ncurses tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= MATH_LIBS=-lm
TEST_TARGET= check
TEST_ENV= TESTSUITEFLAGS=--jobs=${MAKE_JOBS_NUMBER}