Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 18:04:21 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391265 - head/math/gnuplot
Message-ID:  <201507031804.t63I4LYW054988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507031804.t63I4LYW054988>