diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-04 08:20:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-04 08:20:06 +0000 |
commit | 24ddbc27404c25a13f93eb1bb2e2dc2240f07758 (patch) | |
tree | ce8f3f5be7ab09bb62f45e03bd0848aea4871eaf /graphics/pgplot | |
parent | a94523283fc0eb536db3944bac7de8b44ae98067 (diff) | |
download | ports-24ddbc27404c25a13f93eb1bb2e2dc2240f07758.tar.gz ports-24ddbc27404c25a13f93eb1bb2e2dc2240f07758.zip |
Notes
Diffstat (limited to 'graphics/pgplot')
-rw-r--r-- | graphics/pgplot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 888174b03522..15ee7274591a 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -21,6 +21,7 @@ USE_XORG= x11 xorgproto xt MAKE_ENV= SSP_CFLAGS= SHEBANG_FILES= makehtml maketex +FFLAGS+= -std=legacy SUFFIXES= flib clib bin WRKSRC= ${WRKDIR}/${PORTNAME} |