#11707 closed defect (fixed)
shells/rc portfile typo
Reported by: | rlonstein@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | shell rc | Cc: | rlonstein@… |
Port: |
Description
Typo in readline variant, see patch
--- ./rc/Portfile 2007-04-01 22:43:42.000000000 -0400 +++ ./rc/Portfile.old 2007-04-01 22:43:16.000000000 -0400 @@ -27,8 +27,8 @@ test.target check variant readline { - depends_lib port:readline - configure.args-append --with-readline + depends_lib port:realine + configure.args-append --with-realine } variant editline {
Change History (2)
comment:1 Changed 18 years ago by pipping@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed in r23486.