summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/Makefile.knobs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-06-18 21:39:23 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-06-18 21:39:23 +0000
commit8d963d4abe631672ed3fab3743031fc527189f83 (patch)
tree58814840b4e30157b243fccad9913476a2da7797 /editors/openoffice-2.0-devel/files/Makefile.knobs
parentUpdate to version 2.0.4. (diff)
fix typo and correct apparent mistake
Submitted by: des
Notes
Notes: svn path=/head/; revision=137707
Diffstat (limited to '')
-rw-r--r--editors/openoffice-2.0-devel/files/Makefile.knobs7
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/openoffice-2.0-devel/files/Makefile.knobs b/editors/openoffice-2.0-devel/files/Makefile.knobs
index 87743c8c490b..d3b3945207c7 100644
--- a/editors/openoffice-2.0-devel/files/Makefile.knobs
+++ b/editors/openoffice-2.0-devel/files/Makefile.knobs
@@ -13,7 +13,7 @@ CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}"
.endif
.if defined(WITH_CUPS)
-LIB_DEPENDS=+ cups.2:${PORTSDIR}/print
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
CONFIGURE_ARGS+= --enable-cups=yes
.else
CONFIGURE_ARGS+= --enable-cups=no
@@ -25,11 +25,6 @@ CONFIGURE_ARGS+= --disable-mozilla
CONFIGURE_ARGS+= --enable-build-mozilla
.endif
-.if defined(WITH_CUPS)
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
-CONFIGURE_ARGS+= --enable-cups
-.endif
-
.if defined(ALL_LOCALIZED_LANGS)
CONFIGURE_ARGS+= --with-lang=ALL
.else