. Make gnuplot compile with clang and hence remove the GCC requirement.

Submitted by:	tijl@
This commit is contained in:
Greg Lewis
2013-03-26 06:06:30 +00:00
parent bde5cd9e44
commit 0c3e29c012
2 changed files with 12 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
PORTNAME= gnuplot
PORTVERSION= 4.6.2
PORTREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= SF
@@ -30,8 +31,6 @@ X11_DESC= Enable X11 support
OPTIONS_DEFAULT=CAIRO GD PDF PLOT TETEX WX X11
USE_GCC= any
MAN1= gnuplot.1 lasergnu.1
.include <bsd.port.options.mk>