diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 21:58:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 21:58:11 +0000 |
commit | 45dc7a52d224510abd1c8e808d800192a132754b (patch) | |
tree | 7f4de677278855597caee2e1c5757b72a444ba44 /math/gri | |
parent | 0caa2215f1d523a639fe3f64b05f59df378561d0 (diff) | |
download | ports-45dc7a52d224510abd1c8e808d800192a132754b.tar.gz ports-45dc7a52d224510abd1c8e808d800192a132754b.zip |
Notes
Diffstat (limited to 'math/gri')
-rw-r--r-- | math/gri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gri/Makefile b/math/gri/Makefile index bdde4f379b67..99df35a90568 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -11,7 +11,7 @@ COMMENT= Extensible plotting language for producing scientific graphs LIB_DEPENDS= netcdf:${PORTSDIR}/science/netcdf -USE_READLINE= yes +USES= readline USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-FreeBSD |