diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:20:30 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:20:30 +0000 |
commit | 3f0d53394b145e835c9b8b790161ede16435399c (patch) | |
tree | 504b0c552cfd4ad0ee8ca3ff2b3e814295c255ca | |
parent | graphics/ming: Add CPE information (diff) |
math/gmp: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | math/gmp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index cccbdcfdc53b..eafe69d0eb6d 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -10,7 +10,9 @@ COMMENT= Free library for arbitrary precision arithmetic LICENSE= LGPL3 -USES= libtool makeinfo tar:xz +USES= cpe libtool makeinfo tar:xz + +CPE_VENDOR= gmplib OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU |