Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#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 17 years ago by pipping@…

Resolution: fixed
Status: newclosed

fixed in r23486.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.