diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-22 05:30:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-22 05:30:31 +0000 |
commit | aecf049634efea8555a526b9072fbb9f0a7c2a89 (patch) | |
tree | ee1202c5a5464562474562e70212261185323b7d /math/gnuplot | |
parent | bb337a85ebe5bb223ca472e87bfc310e7e7e1070 (diff) |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index fd20181d33b7..c2bfd1a968f5 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -15,7 +15,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept CONFLICTS_INSTALL?= gnuplot-lite-[0-9]* -USES+= groff iconv pkgconfig readline +USES+= compiler:c++11-lang groff iconv pkgconfig readline GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+=--with-readline=gnu \ |