svn commit: r359980 - head/devel/p5-ReadLine-Gnu

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 1 12:10:40 UTC 2014


Author: bapt
Date: Tue Jul  1 12:10:39 2014
New Revision: 359980
URL: http://svnweb.freebsd.org/changeset/ports/359980
QAT: https://qat.redports.org/buildarchive/r359980/

Log:
  Fix build with readline from ports

Modified:
  head/devel/p5-ReadLine-Gnu/Makefile

Modified: head/devel/p5-ReadLine-Gnu/Makefile
==============================================================================
--- head/devel/p5-ReadLine-Gnu/Makefile	Tue Jul  1 11:59:40 2014	(r359979)
+++ head/devel/p5-ReadLine-Gnu/Makefile	Tue Jul  1 12:10:39 2014	(r359980)
@@ -15,7 +15,7 @@ COMMENT=	Perl 5 module that allows Term:
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-USES=		perl5
+USES=		perl5 readline
 USE_PERL5=	configure
 WRKSRC=		${WRKDIR}/${DISTNAME:C/a$//}
 


More information about the svn-ports-all mailing list