diff --git a/dports/www/php5-eaccelerator/Portfile b/dports/www/php5-eaccelerator/Portfile
index c397a25..6d2732e 100644
a
|
b
|
post-install { |
50 | 50 | * ${eaccelerator_docs} |
51 | 51 | ***************************************************************************" |
52 | 52 | } |
| 53 | |
| 54 | variant shared_memory description {Enable shared memory access functions [only enable in trusted environments]} { |
| 55 | configure.args-append --with-eaccelerator-shared-memory |
| 56 | } |
| 57 | |
| 58 | variant sessions description {Enable session handler [only enable in trusted environments]} { |
| 59 | configure.args-append --with-eaccelerator-sessions |
| 60 | } |
| 61 | |
| 62 | variant content_caching description {Enable content caching support [may be obsoleted in a future version of eAccelerator]} { |
| 63 | configure.args-append --with-eaccelerator-content-caching |
| 64 | } |
| 65 | |
| 66 | variant disassembler description {Include a disassembler} { |
| 67 | configure.args-append --with-eaccelerator-disassembler |
| 68 | } |