Ticket #33108: py-enthoughtbase_Portfile.diff
File py-enthoughtbase_Portfile.diff, 497 bytes (added by jjstickel@…, 13 years ago) |
---|
-
python/py-enthoughtbase/Portfile
old new 27 27 if {$subport != $name} { 28 28 depends_build-append port:py${python.version}-distribute 29 29 } 30 31 pre-configure { 32 ui_error "Please do not install this port. It is not needed as a 33 dependency for recent enthought ports (>=4.0.0)." 34 return -code error 35 }