Ticket #24294: Portfile-py26-scapy.diff

File Portfile-py26-scapy.diff, 382 bytes (added by news@…, 14 years ago)
  • Portfile

    old new  
    4141        ln -s ${python.prefix}/share/man/man1/scapy.1.gz \
    4242              ${destroot}${prefix}/share/man/man1/scapy-${python.branch}.1.gz
    4343}
     44
     45variant no_pyx description {"Without PyX for creating PostScript figures"} {
     46        depends_lib-delete              port:py26-pyx
     47}