Changeset 4141 for trunk/arping

Show
Ignore:
Timestamp:
10/11/09 16:47:33 (3 years ago)
Author:
marius
Message:

Added 10.6, removed 10.3 support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/arping/arping.port

    r2326 r4141  
    1 #       2.1.2 
    2 #       20080814 
     1#       2.2.0 
     2#       20091011 
    33BASEURL="ftp://ftp.habets.pp.se/pub/synscan/" 
    44HOMEURL="http://www.habets.pp.se/synscan/programs.php?prog=arping" 
     
    77CONFIGURE="FALSE" 
    88case "$OS" in 
    9         'osx3') 
    10                 DEPS="expat g77 gawk gettext grep libiconv libnet libpcap texinfo" 
     9        osx6) 
     10                DEPS="g95 gawk gettext grep libiconv libnet texinfo" 
    1111                ;; 
    1212