summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-04-03 21:30:51 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-04-03 21:30:51 +0000
commita7d63a8e2b85afb9f49494304d0d6faaa6da0990 (patch)
treea92961f0893f5b5ee1a3b8d4aa976ab14135c03a /editors/openoffice-3/Makefile
parentUpdate to 0.7.1: removed scary language from the title screen. (diff)
Add WITHOUT_CUPS knob.
Submitted by: many
Notes
Notes: svn path=/head/; revision=210461
Diffstat (limited to 'editors/openoffice-3/Makefile')
-rw-r--r--editors/openoffice-3/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index d64639881a40..1ff8da786317 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -126,7 +126,6 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
bash:${PORTSDIR}/shells/bash \
imake:${X_IMAKE_PORT}
BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
.if !defined(WITH_GPC)
LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
@@ -142,7 +141,6 @@ NUMOFPROCESSES?= 1
CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \
--with-gnu-patch=${LOCALBASE}/bin/gpatch \
--enable-crashdump=yes \
- --enable-cups=yes \
--with-system-zlib
.if ${ARCH} == amd64
WITHOUT_MOZILLA= yes