aboutsummaryrefslogtreecommitdiffstats
path: root/math/gretl
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 08:52:39 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 08:52:39 +0800
commit312bafbda46d2ff47fbd40a4e4e34f59deeeecc6 (patch)
tree71cbf3545f3c46063cafedf3043c72b11789854f /math/gretl
parentffba0efda3d6171430d65d75094c80b02f39bd8e (diff)
downloadfreebsd-ports-gnome-312bafbda46d2ff47fbd40a4e4e34f59deeeecc6.tar.gz
freebsd-ports-gnome-312bafbda46d2ff47fbd40a4e4e34f59deeeecc6.tar.zst
freebsd-ports-gnome-312bafbda46d2ff47fbd40a4e4e34f59deeeecc6.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
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