svn commit: r362366 - head/math/mathomatic

Adam Weinberger adamw at FreeBSD.org
Sun Jul 20 19:49:21 UTC 2014


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
 


More information about the svn-ports-all mailing list