1 | Index: dports/math/gnuplot/Portfile |
---|
2 | =================================================================== |
---|
3 | --- dports/math/gnuplot/Portfile (revision 22337) |
---|
4 | +++ dports/math/gnuplot/Portfile (working copy) |
---|
5 | @@ -57,7 +57,8 @@ |
---|
6 | } |
---|
7 | |
---|
8 | configure.env LDFLAGS="-L${prefix}/lib" \ |
---|
9 | - CPPFLAGS="-I${prefix}/include -no-cpp-precomp" |
---|
10 | + CPPFLAGS="-I${prefix}/include -no-cpp-precomp" \ |
---|
11 | + CFLAGS='-DDEFAULTTERM=\\"aqua\\"' |
---|
12 | configure.args --with-readline=gnu --with-gd --with-png --with-pdf --with-x \ |
---|
13 | --enable-datastrings --enable-histograms \ |
---|
14 | --infodir='\${prefix}/share/info' \ |
---|