svn commit: r362361 - head/devel/tclreadline

Adam Weinberger adamw at FreeBSD.org
Sun Jul 20 19:38:27 UTC 2014


Author: adamw
Date: Sun Jul 20 19:38:27 2014
New Revision: 362361
URL: http://svnweb.freebsd.org/changeset/ports/362361
QAT: https://qat.redports.org/buildarchive/r362361/

Log:
  Add USES=readline to fix build.

Modified:
  head/devel/tclreadline/Makefile

Modified: head/devel/tclreadline/Makefile
==============================================================================
--- head/devel/tclreadline/Makefile	Sun Jul 20 19:38:26 2014	(r362360)
+++ head/devel/tclreadline/Makefile	Sun Jul 20 19:38:27 2014	(r362361)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	tcltk at FreeBSD.org
 COMMENT=	GNU readline for TCL
 
-USES=		libtool tcl
+USES=		libtool tcl readline
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list