Ticket #11109: Portfile.diff
File Portfile.diff, 890 bytes (added by gerhard.reitmayr@…, 18 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 20383 2006-11-02 22:33:47Z blair@macports.org $ 2 2 PortSystem 1.0 3 3 name py-omniORBpy 4 version 3.0 -beta24 version 3.0 5 5 6 6 categories python devel 7 7 maintainers gr281@cam.ac.uk … … 10 10 Python. omniORB is largely CORBA 2.6 compliant. 11 11 homepage http://omniorb.sourceforge.net/ 12 12 13 distname omniORBpy-3.0 -beta213 distname omniORBpy-3.0 14 14 master_sites sourceforge:omniorb 15 checksums md5 edfa5558e79b0ba9b84805588e09e19815 checksums md5 3914979dd6e36e4124033ac094cf8f17 16 16 17 17 depends_lib port:omniORB 18 18 patchfiles patch-dir.mk 19 19 20 variant ssl { 21 configure.args-append --with-openssl 22 depends_lib-append lib:libssl:openssl 23 } 24