Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 19:49:21 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362366 - head/math/mathomatic
Message-ID:  <201407201949.s6KJnLoD035518@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sun Jul 20 19:49:21 2014
New Revision: 362366
URL: http://svnweb.freebsd.org/changeset/ports/362366
QAT: https://qat.redports.org/buildarchive/r362366/

Log:
  Add USES=readline to fix build.

Modified:
  head/math/mathomatic/Makefile

Modified: head/math/mathomatic/Makefile
==============================================================================
--- head/math/mathomatic/Makefile	Sun Jul 20 19:48:06 2014	(r362365)
+++ head/math/mathomatic/Makefile	Sun Jul 20 19:49:21 2014	(r362366)
@@ -12,7 +12,7 @@ COMMENT=	Highly portable, general purpos
 
 LICENSE=	GPLv2
 
-USES=		gmake tar:bzip2
+USES=		gmake tar:bzip2 readline
 
 MAKEFILE=	makefile
 



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