summaryrefslogtreecommitdiff
path: root/math/gretl
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:52:39 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:52:39 +0000
commitd9b51276267edffe96f5dfa613e9010e8b20d481 (patch)
tree71cbf3545f3c46063cafedf3043c72b11789854f /math/gretl
parentRemove NOPORTDOCS and NOPORTEXAMPLES. (diff)
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=360499
Diffstat (limited to 'math/gretl')
-rw-r--r--math/gretl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 3b11956cee28..12aee5b6d75e 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -22,7 +22,7 @@ USES= fortran gmake pathfix pkgconfig
WANT_GNOME= yes
ALL_TARGET= # empty
-CONFIGURE_ARGS = --enable-static --enable-shared --with-gmake \
+CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake \
--disable-xdg-utils
CONFIGURE_ENV= ac_cv_lib_dl_dlopen=""
CPPFLAGS+= -I${LOCALBASE}/include
@@ -31,9 +31,9 @@ CONFIGURE_ENV= LAPACK_LIBS="${LAPACK} ${BLAS}"
MAN1= gretl.1
-OPTIONS_DEFINE = ATLAS GUI ODBC OPENMP R UNZIP
+OPTIONS_DEFINE= ATLAS GUI ODBC OPENMP R UNZIP
-ATLAS_DESC = Use ATLAS for BLAS and LAPACK
+ATLAS_DESC= Use ATLAS for BLAS and LAPACK
GUI_DESC= Graphical user interface and plugins
R_DESC= libR support
UNZIP_DESC= UnZip compression support via libgsf