diff options
author | tijl <tijl@FreeBSD.org> | 2013-11-06 01:08:05 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-11-06 01:08:05 +0800 |
commit | 80292546d1770e8a133fd0b7d2aad89ba039aa47 (patch) | |
tree | a7dcf2138dae1f2c6c6f46dc714e77b04776ab53 /math/gnuplot | |
parent | 2c85bfbeadc98d19c51abfc11bd628d9ed5fd4e7 (diff) | |
download | freebsd-ports-gnome-80292546d1770e8a133fd0b7d2aad89ba039aa47.tar.gz freebsd-ports-gnome-80292546d1770e8a133fd0b7d2aad89ba039aa47.tar.zst freebsd-ports-gnome-80292546d1770e8a133fd0b7d2aad89ba039aa47.zip |
Disable the PDF option as it pulls in a dependency on pdflib which is
marked RESTRICTED. This allows building packages for gnuplot and all
ports that depend on it (over a 100, mostly math/octave related).
Approved by: glewis (maintainer)
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 7f97ecfc96cd..a3d40986a7e1 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 4.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics MASTER_SITES= SF @@ -26,7 +26,7 @@ TEX_DESC= Search kpsexpand at run-time THINSPLINES_DESC= Enable thin plate splines for grids in dgrid3d WX_DESC= wxWidgets (formerly wxWindows) support -OPTIONS_DEFAULT=CAIRO GD PDF PLOT TEX WX X11 +OPTIONS_DEFAULT=CAIRO GD PLOT TEX WX X11 MAN1= gnuplot.1 lasergnu.1 |