diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-09 19:45:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-09 19:45:03 +0000 |
commit | 834b4beb05be27796691c899b39673e03a3ff771 (patch) | |
tree | 2f8f62c04766be7b5b16bd1d115cbe97df203d0c | |
parent | 7de0d210f51a83ba34600cf257d91ef6d6fbdc1d (diff) | |
download | ports-834b4beb05be27796691c899b39673e03a3ff771.tar.gz ports-834b4beb05be27796691c899b39673e03a3ff771.zip |
Notes
-rw-r--r-- | math/gri/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gri/Makefile b/math/gri/Makefile index 6202b3511e4a..b6d4c6ae47c2 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -3,7 +3,7 @@ PORTNAME= gri PORTVERSION= 2.12.23 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF @@ -13,7 +13,7 @@ COMMENT= Extensible plotting language for producing scientific graphs LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf USES= gmake readline shebangfix makeinfo -SHEBANG_FILES= src/gri_merge src/gri_unpage +SHEBANG_FILES= doc/examples/FEM.pl src/gri_merge src/gri_unpage GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-FreeBSD |