Ticket #33108: py-enthoughtbase_Portfile.2.diff
File py-enthoughtbase_Portfile.2.diff, 712 bytes (added by jjstickel (Jonathan Stickel), 13 years ago) |
---|
-
python/py-enthoughtbase/Portfile
old new 6 6 7 7 name py-enthoughtbase 8 8 version 3.1.0 9 revision 1 9 10 categories-append devel 10 11 maintainers vcn.com:jjstickel openmaintainer 11 12 supported_archs noarch … … 27 28 if {$subport != $name} { 28 29 depends_build-append port:py${python.version}-distribute 29 30 } 31 32 pre-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 }