diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-11 02:38:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-11 02:38:34 +0800 |
commit | 7a3fab3b8c5389f1ec85dc255eab5699b5f673e0 (patch) | |
tree | 8e13d585cfa99a162bb94444ff26137639699d3f /science | |
parent | 59faa702ca47ff5fbdcf816112c471ac1b7827fe (diff) | |
download | freebsd-ports-gnome-7a3fab3b8c5389f1ec85dc255eab5699b5f673e0.tar.gz freebsd-ports-gnome-7a3fab3b8c5389f1ec85dc255eab5699b5f673e0.tar.zst freebsd-ports-gnome-7a3fab3b8c5389f1ec85dc255eab5699b5f673e0.zip |
getdp builds fine with bsd make
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 6346407a31ae..d55e0dc35f3f 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/README.txt LIB_DEPENDS= libgsl.so:math/gsl \ liblapack.so:math/lapack -USES= fortran gmake tar:tgz cmake +USES= fortran tar:tgz cmake WANT_PERL= yes OPTIONS_DEFINE= DOCS EXAMPLES |