Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 12:10:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359980 - head/devel/p5-ReadLine-Gnu
Message-ID:  <201407011210.s61CAdY6040692@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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$//}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011210.s61CAdY6040692>