Ticket #16762: Portfile.diff
File Portfile.diff, 897 bytes (added by stromnov (Andrey Stromnov), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 35920 2008-04-09 21:19:39Z simon@macports.org $ 2 2 PortSystem 1.0 3 3 name omniORB 4 version 4.1. 04 version 4.1.3 5 5 6 6 categories devel 7 7 maintainers gr281@cam.ac.uk … … 12 12 13 13 distname omniORB-${version} 14 14 master_sites sourceforge:omniorb 15 checksums md5 b52dcb1886ffa2a61e6ed56e462edb7615 checksums md5 8a7b583e98ee78f10d8c43014dcaa923 16 16 17 17 configure.args --with-omniORB-config="${prefix}/etc/omniORB.cfg" \ 18 18 --with-omniNames-logdir="${prefix}/var" … … 21 21 configure.args-append --with-openssl 22 22 depends_lib-append port:openssl 23 23 } 24 25 variant py25 { 26 depends_lib-append port:python25 27 configure.python ${prefix}/bin/python2.5 28 }