svn commit: r362365 - head/math/calc

Adam Weinberger adamw at FreeBSD.org
Sun Jul 20 19:48:07 UTC 2014


Author: adamw
Date: Sun Jul 20 19:48:06 2014
New Revision: 362365
URL: http://svnweb.freebsd.org/changeset/ports/362365
QAT: https://qat.redports.org/buildarchive/r362365/

Log:
  Add USES=readline to fix build.

Modified:
  head/math/calc/Makefile

Modified: head/math/calc/Makefile
==============================================================================
--- head/math/calc/Makefile	Sun Jul 20 19:47:45 2014	(r362364)
+++ head/math/calc/Makefile	Sun Jul 20 19:48:06 2014	(r362365)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Arbitrary precision calculator
 
-USES=		gmake tar:bzip2
+USES=		gmake tar:bzip2 readline
 USE_LDCONFIG=	yes
 
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-head mailing list