svn commit: r379141 - head/math/numdiff
Jan Beich
jbeich at FreeBSD.org
Tue Feb 17 03:37:00 UTC 2015
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
More information about the svn-ports-head
mailing list