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

sysutils/coreutils: Fix GMP option

Toggle is libgmp not gmp, while at adjust layout in Makefile

PR:		281075
Approved by:	portmgr (maintainer timeout, 2+ weeks)
This commit is contained in:
Daniel Engberg 2024-09-15 13:15:09 +02:00
parent c4d5a141aa
commit ad05a2f3d0

View File

@ -29,11 +29,14 @@ CONFLICTS_INSTALL= gdu geneweb gexpr rubygem-god # bin/gdu bin/gexpr bin/god bin
INFO= coreutils
OPTIONS_DEFINE= GMP NLS
OPTIONS_SUB= yes
OPTIONS_DEFINE= GMP NLS
OPTIONS_SUB= yes
GMP_USES= localbase:ldflags
GMP_LIB_DEPENDS= libgmp.so:math/gmp
GMP_CONFIGURE_WITH= gmp
NLS_USES= gettext
GMP_CONFIGURE_WITH= libgmp
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
post-build: