svn commit: r332875 - head/math/gnuplot
Tijl Coosemans
tijl at FreeBSD.org
Tue Nov 5 17:08:06 UTC 2013
Author: tijl
Date: Tue Nov 5 17:08:05 2013
New Revision: 332875
URL: http://svnweb.freebsd.org/changeset/ports/332875
Log:
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)
Modified:
head/math/gnuplot/Makefile
Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile Tue Nov 5 17:00:32 2013 (r332874)
+++ head/math/gnuplot/Makefile Tue Nov 5 17:08:05 2013 (r332875)
@@ -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
More information about the svn-ports-all
mailing list