Changeset View
Changeset View
Standalone View
Standalone View
editors/libreoffice/Makefile
| Show First 20 Lines • Show All 360 Lines • ▼ Show 20 Lines | |||||
| PIE_UNSAFE= yes | PIE_UNSAFE= yes | ||||
| #MAKE_JOBS_UNSAFE= yes | #MAKE_JOBS_UNSAFE= yes | ||||
| MDDS_VERSION= 3.1 | MDDS_VERSION= 3.1 | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| .include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
| .if ${OPSYS} == FreeBSD && ( \ | |||||
| (${OSVERSION} >= 1400051 && ${OSVERSION} < 1400057)) | |||||
| BROKEN= please update FreeBSD base system first to fix an ABI incompatibility | |||||
| .endif | |||||
| .if ${ARCH} == powerpc || ${ARCH} == powerpcspe || ${ARCH} == powerpc64 | .if ${ARCH} == powerpc || ${ARCH} == powerpcspe || ${ARCH} == powerpc64 | ||||
| CONFIGURE_ARGS+= --disable-skia | CONFIGURE_ARGS+= --disable-skia | ||||
| .endif | .endif | ||||
| .if ${PORT_OPTIONS:MGTK3} && ${PORT_OPTIONS:MKF5} | .if ${PORT_OPTIONS:MGTK3} && ${PORT_OPTIONS:MKF5} | ||||
| CONFIGURE_ARGS+= --enable-gtk3-kde5 | CONFIGURE_ARGS+= --enable-gtk3-kde5 | ||||
| .endif | .endif | ||||
| ▲ Show 20 Lines • Show All 56 Lines • Show Last 20 Lines | |||||