svn commit: r362359 - head/devel/remake

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


Author: adamw
Date: Sun Jul 20 19:37:21 2014
New Revision: 362359
URL: http://svnweb.freebsd.org/changeset/ports/362359
QAT: https://qat.redports.org/buildarchive/r362359/

Log:
  Add USES=readline to fix build.

Modified:
  head/devel/remake/Makefile

Modified: head/devel/remake/Makefile
==============================================================================
--- head/devel/remake/Makefile	Sun Jul 20 19:33:08 2014	(r362358)
+++ head/devel/remake/Makefile	Sun Jul 20 19:37:21 2014	(r362359)
@@ -12,7 +12,7 @@ MAINTAINER=	arved at FreeBSD.org
 COMMENT=	Fork of gmake with debugger
 
 GNU_CONFIGURE=	yes
-USES=		gettext
+USES=		gettext readline
 INFO=		remake
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list