Date: Tue, 17 Feb 2015 03:36:59 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379141 - head/math/numdiff Message-ID: <201502170336.t1H3axQe035395@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Feb 17 03:36:58 2015 New Revision: 379141 URL: https://svnweb.freebsd.org/changeset/ports/379141 QAT: https://qat.redports.org/buildarchive/r379141/ Log: - Track libgmp dependency via GMP option - Enable GMP by default per upstream [1] [1] http://www.nongnu.org/numdiff/numdiff.html#with-GNU-MP-is-better Modified: head/math/numdiff/Makefile Modified: head/math/numdiff/Makefile ============================================================================== --- head/math/numdiff/Makefile Tue Feb 17 03:17:57 2015 (r379140) +++ head/math/numdiff/Makefile Tue Feb 17 03:36:58 2015 (r379141) @@ -3,6 +3,7 @@ PORTNAME= numdiff PORTVERSION= 5.8.1 +PORTREVISION= 1 CATEGORIES= math textproc MASTER_SITES= SAVANNAH @@ -21,9 +22,12 @@ LDFLAGS+= -L${LOCALBASE}/lib INFO= numdiff -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS GMP NLS +OPTIONS_DEFAULT= GMP OPTIONS_SUB= yes +GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +GMP_CONFIGURE_ENABLE= gmp NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls NLS_INSTALL_TARGET= install install-nls
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502170336.t1H3axQe035395>