aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2018-01-28 04:16:23 +0000
committerDon Lewis <truckman@FreeBSD.org>2018-01-28 04:16:23 +0000
commit1dbd75825cb1cffcab772f287180a696d8ab1c7d (patch)
tree8dfec5c47c0ce229de08413035df4ebe5cfb5e6f /editors
parent4b721b2c7a21904ea384dd497bad37902e5dd7d7 (diff)
downloadports-1dbd75825cb1cffcab772f287180a696d8ab1c7d.tar.gz
ports-1dbd75825cb1cffcab772f287180a696d8ab1c7d.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-4/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index caca38807aa2..20d623a7e863 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -141,7 +141,7 @@ CPE_VENDOR= apache
OPTIONS_DEFINE= CRASHDUMP CUPS DBGUTIL DEBUG GNOME GNOMEVFS MMEDIA \
SDK WIKI_PUBLISHER
OPTIONS_DEFAULT= CUPS GNOME GNOMEVFS MMEDIA WIKI_PUBLISHER
-CRASHDUMP_DESC= Enable crashdumps, requires WITH_DEBUG
+CRASHDUMP_DESC= Enable crashdumps, sets WITH_DEBUG
DBGUTIL_DESC= Enable assertions, object counting. (non-production)
DEBUG_DESC= Compile with -O0, sets WITH_DEBUG
GNOME_DESC= GConf + screensaver presentation control via DBUS
@@ -151,6 +151,7 @@ SDK_DESC= Build and install software development kit
WIKI_PUBLISHER_DESC= Build and install Wiki Publisher extension
CRASHDUMP_CONFIGURE_ENABLE= crashdump
+CRASHDUMP_VARS= WITH_DEBUG=yes
CUPS_CONFIGURE_ENABLE= cups
CUPS_LIB_DEPENDS= libcups.so:print/cups
@@ -196,10 +197,6 @@ TARGET_ORDER_OVERRIDE= 710:gnome-post-icons
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-symbols
-.else
-.if ${PORT_OPTIONS:MCRASHDUMP}
-BROKEN= CRASHDUMP option requires WITH_DEBUG
-.endif
.endif
.include <${FILESDIR}/Makefile.localized>