diff options
-rw-r--r-- | math/numdiff/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/numdiff/Makefile b/math/numdiff/Makefile index 609d71a2edba..11b1715b6904 100644 --- a/math/numdiff/Makefile +++ b/math/numdiff/Makefile @@ -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 |