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:
parent
c4d5a141aa
commit
ad05a2f3d0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user