diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-03-27 02:23:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-03-27 02:23:32 +0000 |
commit | 60e9e3aa10b085a33ae6b84ff2ec9fa4bd107ae1 (patch) | |
tree | 90d74f538075b860e79d77e81a24dbcd5dd5fedb /editors/openoffice.org-3-RC | |
parent | 60295a955db7c02c5d61d9e9a1e8e22b8548e1e9 (diff) | |
download | ports-60e9e3aa10b085a33ae6b84ff2ec9fa4bd107ae1.tar.gz ports-60e9e3aa10b085a33ae6b84ff2ec9fa4bd107ae1.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/Makefile.knobs | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/openoffice.org-3-RC/files/Makefile.knobs b/editors/openoffice.org-3-RC/files/Makefile.knobs index 72abc5d6a217..11c71d6d6909 100644 --- a/editors/openoffice.org-3-RC/files/Makefile.knobs +++ b/editors/openoffice.org-3-RC/files/Makefile.knobs @@ -104,12 +104,11 @@ pre-fetch: # @${ECHO} "You can compile OOo with GNU GCJ instead of SUN's JDK with" # @${ECHO} "make -DWITH_GNUGCJ" #.endif -#XXX currently broken -#.if !defined(WITH_CUPS) -# @${ECHO} -# @${ECHO} "You can compile OOo with CUPS support with" -# @${ECHO} "make -DWITH_CUPS" -#.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" |