svn commit: r305432 - head/security/libtomcrypt

Baptiste Daroussin bapt at FreeBSD.org
Sun Oct 7 07:12:55 UTC 2012


Author: bapt
Date: Sun Oct  7 07:12:54 2012
New Revision: 305432
URL: http://svn.freebsd.org/changeset/ports/305432

Log:
  use libtommath as default math library as it used to be before conversion to
  optionsng
  
  Repored by:	linimon

Modified:
  head/security/libtomcrypt/Makefile

Modified: head/security/libtomcrypt/Makefile
==============================================================================
--- head/security/libtomcrypt/Makefile	Sun Oct  7 05:21:59 2012	(r305431)
+++ head/security/libtomcrypt/Makefile	Sun Oct  7 07:12:54 2012	(r305432)
@@ -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



More information about the svn-ports-all mailing list