Changeset 40509 for trunk/dports


Ignore:
Timestamp:
Oct 4, 2008, 9:31:36 PM (15 years ago)
Author:
jmr@…
Message:

rb-password: tell configure where to find the cracklib dictionary (#16660)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/ruby/rb-password/Portfile

    r40508 r40509  
    2121platforms               darwin
    2222
    23 depends_lib-append              lib:libcrack.2:cracklib \
     23depends_lib-append              port:cracklib \
    2424                                port:rb-termios
    2525
     
    3232}
    3333
     34configure.args-append --with-crack-dict=${prefix}/share/cracklib
     35
    3436post-build {
    3537        system "cd ${worksrcpath} && ${ruby.rdoc} -x CVS rbcrack.c"
Note: See TracChangeset for help on using the changeset viewer.