diff options
-rw-r--r-- | sysutils/coreutils/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 02df90412529..9100b1bc911e 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -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: |