summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-04-03 07:33:17 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-04-03 07:33:17 +0000
commitb8bbb238e1fc2bb6136fdd8a0dbb01d8c07c7aff (patch)
tree112f3980c3860ad6cf3f0a97626fc570d269b3e1 /editors/openoffice.org-3/files
parent- fix IGNORE for 6.3 (diff)
CUPS support is now default.
Bump port revision.
Notes
Notes: svn path=/head/; revision=210421
Diffstat (limited to 'editors/openoffice.org-3/files')
-rw-r--r--editors/openoffice.org-3/files/Makefile.knobs12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs
index 92761ae67e77..d6e7257fec39 100644
--- a/editors/openoffice.org-3/files/Makefile.knobs
+++ b/editors/openoffice.org-3/files/Makefile.knobs
@@ -10,13 +10,6 @@ CONFIGURE_ARGS+= --with-vba-package-format="builtin"
CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}"
.endif
-.if defined(WITH_CUPS)
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
-CONFIGURE_ARGS+= --enable-cups=yes
-.else
-CONFIGURE_ARGS+= --enable-cups=no
-.endif
-
.if defined(WITHOUT_MOZILLA)
CONFIGURE_ARGS+= --disable-mozilla
.else
@@ -98,11 +91,6 @@ pre-fetch:
@${ECHO} "See http://www.freetype.org/patents.html for details"
.endif
.endif
-.if !defined(WITH_CUPS)
- @${ECHO}
- @${ECHO} "You can compile OOo with CUPS support with"
- @${ECHO} "make -DWITH_CUPS"
-.endif
.if !defined(WITH_KDE)
@${ECHO}
@${ECHO} "You can compile OOo to use Qt/KDE vclplug with"