|
|||||||||||
|
devel/p5-Expect dependency change please
From: Harry Pehkonen <harry.pehkonen(at)hotpop.com>
Date: Thu Jan 30 2003 - 00:32:19 EST
devel/p5-Expect/Makefile says BUILD_DEPENDS= ::devel/p5-IO-Tty. I think it should be RUN_DEPENDS instead. As-is, p5-Expect builds and runs fine from ports, but installing from package leaves out p5-IO-Tty, and thus won't run. I was able to build p5-Expect package fine without first building/installing p5-IO-Tty on a ``clean machine.'' Tested on 3.2 -stable.
Thanks!
Index: Makefile RCS file: /cvs/ports/devel/p5-Expect/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 2002/08/04 20:28:31 1.1.1.1 +++ Makefile 2003/01/30 04:35:52 @@ -13,7 +13,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes
-BUILD_DEPENDS= ::devel/p5-IO-Tty
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/} Received on Thu Jan 30 00:30:41 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:39:13 EDT |
||||||||||
|
|||||||||||