diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-04-20 21:32:35 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-04-20 21:32:35 +0000 |
commit | 866f7e264d76db9e35ec89d004af84e1e64522da (patch) | |
tree | 9204d48f91c17afa9936dad26de7ef9d540a528d /math | |
parent | 0c2f10d3a7b1cc831ae68f00825d252bca766a68 (diff) | |
download | ports-866f7e264d76db9e35ec89d004af84e1e64522da.tar.gz ports-866f7e264d76db9e35ec89d004af84e1e64522da.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/matio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/matio/Makefile b/math/matio/Makefile index 8f13f7768ccd..d5d7ad04f481 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -12,7 +12,7 @@ COMMENT= Library for reading and writing Matlab MAT files LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= 7z libtool pathfix +USES= 7z compiler:c11 libtool pathfix USE_LDCONFIG= yes INSTALL_TARGET= install-strip |