diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-06-18 21:39:23 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-06-18 21:39:23 +0000 |
commit | 8d963d4abe631672ed3fab3743031fc527189f83 (patch) | |
tree | 58814840b4e30157b243fccad9913476a2da7797 /editors/openoffice.org-3 | |
parent | 7ac7c9c877df7a15bc701db2d3ac9f6e312aa7f7 (diff) | |
download | ports-8d963d4abe631672ed3fab3743031fc527189f83.tar.gz ports-8d963d4abe631672ed3fab3743031fc527189f83.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/files/Makefile.knobs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs index 87743c8c490b..d3b3945207c7 100644 --- a/editors/openoffice.org-3/files/Makefile.knobs +++ b/editors/openoffice.org-3/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 |