Ticket #33108: py-enthoughtbase_Portfile.2.diff

File py-enthoughtbase_Portfile.2.diff, 712 bytes (added by jjstickel (Jonathan Stickel), 12 years ago)

now with incremented revision number

  • python/py-enthoughtbase/Portfile

    old new  
    66
    77name                py-enthoughtbase
    88version             3.1.0
     9revision            1
    910categories-append   devel
    1011maintainers         vcn.com:jjstickel openmaintainer
    1112supported_archs     noarch
     
    2728if {$subport != $name} {
    2829    depends_build-append  port:py${python.version}-distribute
    2930}
     31
     32pre-configure {
     33    ui_error "Please do not install this port.  It is not needed as a
     34    dependency for recent enthought ports (>=4.0.0)."
     35    return -code error
     36}