View | Details | Raw Unified | Return to bug 171818
Collapse All | Expand All

(-)Makefile 2012-09-20 20:17:42.000000000 +0200 (+6 lines)
Lines 88-93 Link Here
88
OPTIONS+=      MYSQL "Use MySQL database" off
88
OPTIONS+=      MYSQL "Use MySQL database" off
89
OPTIONS+=      POSTGRESQL "Use PostgreSQL database" off
89
OPTIONS+=      POSTGRESQL "Use PostgreSQL database" off
90
OPTIONS+=      MTX "Install mtx for control of autochanger devices" off
90
OPTIONS+=      MTX "Install mtx for control of autochanger devices" off
91
OPTIONS+=      PYTHON "Enable Python scripting in the director" off
91
.endif
92
.endif
92
OPTIONS+=      NLS "Native Language Support via gettext utilities" on
93
OPTIONS+=      NLS "Native Language Support via gettext utilities" on
93
OPTIONS+=      OPENSSL "Enable OpenSSL for encrypted communication" on
94
OPTIONS+=      OPENSSL "Enable OpenSSL for encrypted communication" on
Lines 109-114 Link Here
109
               BACULA_GID=${BACULA_GID} \
110
               BACULA_GID=${BACULA_GID} \
110
               BACULA_DIR=${BACULA_DIR}
111
               BACULA_DIR=${BACULA_DIR}
111
112
113
.if defined(WITH_PYTHON)
114
USE_PYTHON=    2.5+
115
CONFIGURE_ARGS+=       --with-python=${LOCALBASE}
116
.endif
117
112
.include <bsd.port.pre.mk>
118
.include <bsd.port.pre.mk>
113
119
114
.if !defined(WITHOUT_NLS)
120
.if !defined(WITHOUT_NLS)

Return to bug 171818