svn commit: r487839 - head/math/plplot

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 05:05:39 UTC 2018


Author: linimon
Date: Thu Dec 20 05:05:38 2018
New Revision: 487839
URL: https://svnweb.freebsd.org/changeset/ports/487839

Log:
  This port needs USES=compiler:c11 to build on GCC-based architectures.
  
  While here, add USES=gnome and pet portlint.
  
  PR:		233920
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/plplot/Makefile

Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile	Thu Dec 20 05:04:33 2018	(r487838)
+++ head/math/plplot/Makefile	Thu Dec 20 05:05:38 2018	(r487839)
@@ -21,9 +21,10 @@ LIB_DEPENDS=	libLASi.so:devel/lasi \
 RUN_DEPENDS=	bash:shells/bash \
 		${FREEFONT_DIR}/FreeMono.ttf:x11-fonts/freefont-ttf
 
+USES=		compiler:c11 cmake:outsource gettext-runtime ghostscript gnome \
+		localbase perl5 pathfix pkgconfig
 USE_GNOME=	cairo pango
 USE_PERL5=	build
-USES=		cmake:outsource gettext-runtime ghostscript localbase perl5 pathfix pkgconfig
 CMAKE_ARGS=	-DENABLE_java:BOOL=OFF \
 		-DENABLE_octave:BOOL=OFF \
 		-DENABLE_pdl:BOOL=OFF \


More information about the svn-ports-all mailing list