Changeset 1920 for trunk/dports


Ignore:
Timestamp:
Jan 30, 2003, 6:23:42 AM (21 years ago)
Author:
jpm
Message:

remove the libpcap dep and add a darwin variant and move the dlcompat
dep there so things build on freebsd

thank you shantonu for pointing this out!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/curl/Portfile

    r1882 r1920  
    1919        ftp://ftp.rge.com/pub/networking/curl/
    2020checksums       md5 a76be06cd902ddb58cbec9335fa4e080
    21 depends_lib     lib:libpcap:libpcap lib:libdl:dlcompat
    2221configure.args  --without-ssl
    2322
     23variant darwin {
     24        depends_lib     lib:libdl:dlcompat
     25}
    2426variant ssl {
    2527#       depends_lib-append      lib:libssl:libssl
Note: See TracChangeset for help on using the changeset viewer.