Ticket #16763: Portfile.diff
File Portfile.diff, 860 bytes (added by stromnov (Andrey Stromnov), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 21298 2007-01-19 22:10:26Z ryandesign@macports.org $ 2 2 PortSystem 1.0 3 3 name py-omniORBpy 4 version 3. 04 version 3.3 5 5 6 6 categories python devel 7 7 maintainers gr281@cam.ac.uk … … 12 12 13 13 distname omniORBpy-${version} 14 14 master_sites sourceforge:omniorb 15 checksums md5 3914979dd6e36e4124033ac094cf8f1715 checksums md5 5c6ab56e43a80e1d108e6821a6ff8027 16 16 17 17 depends_lib port:omniORB 18 patchfiles patch-dir.mk 18 patchfiles patch-dir.mk patch-exception 19 19 20 20 variant ssl { 21 21 configure.args-append --with-openssl 22 22 depends_lib-append lib:libssl:openssl 23 23 } 24 25 variant py25 { 26 configure.python ${prefix}/bin/python2.5 27 }