diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-07 07:12:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-07 07:12:54 +0000 |
commit | f5ca116cda768915204a18067fdef61d29839fdc (patch) | |
tree | 953ba12ad227cb9118228eefc2702c8f1e258593 /security/libtomcrypt | |
parent | b8c47b0be5ad41caea14dedeaa921f4d7c82e64e (diff) | |
download | freebsd-ports-f5ca116cda768915204a18067fdef61d29839fdc.zip |
use libtommath as default math library as it used to be before conversion to
optionsng
Repored by: linimon
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 1387ee24c635..a09b2fdb5270 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -23,6 +23,7 @@ MAKE_JOBS_SAFE= yes CFLAGS+= -I${PREFIX}/include OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= LIBTOMMATH OPTIONS_MULTI= MATH OPTIONS_MULTI_MATH= LIBTOMMATH TOMSFASTMATH GMP LIBTOMMATH_DESC= Use LibTomMath |