Ticket #17920: aqbanking-local-installation.diff
File aqbanking-local-installation.diff, 581 bytes (added by torsten@…, 16 years ago) |
---|
-
Portfile
old new 70 70 variant python24 description "Enable ctypes support. This is only needed if you are using Python 2.4. It is not needed if Python 2.5 or later is installed." { 71 71 depends_build-append port:py-ctypes 72 72 } 73 74 variant enable_local_install description "Enable local installation mode (plugins, data, locale and config are located relatively to the binary)" { 75 configure.args-append --enable-local-install \ 76 --enable-static 77 }