svn commit: r391265 - head/math/gnuplot

Greg Lewis glewis at FreeBSD.org
Fri Jul 3 18:04:22 UTC 2015


Author: glewis
Date: Fri Jul  3 18:04:21 2015
New Revision: 391265
URL: https://svnweb.freebsd.org/changeset/ports/391265

Log:
  . Add USES=readline for the readline dependency.
  
  PR:		197995
  Submitted by:	johans@

Modified:
  head/math/gnuplot/Makefile

Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile	Fri Jul  3 17:43:54 2015	(r391264)
+++ head/math/gnuplot/Makefile	Fri Jul  3 18:04:21 2015	(r391265)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF
 MAINTAINER=	glewis at FreeBSD.org
 COMMENT=	Command-line driven graphing utility
 
-USES=		iconv lua pkgconfig
+USES=		iconv lua pkgconfig readline
 USE_TEX=	kpathsea
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}


More information about the svn-ports-head mailing list