diff options
author | maho <maho@FreeBSD.org> | 2006-03-27 10:23:32 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-03-27 10:23:32 +0800 |
commit | 1a66722124ad3352aed537487800fd4e761e1352 (patch) | |
tree | 4b5d7c55f157f10579693af6ce9eb4af16a0d112 /editors/openoffice-3 | |
parent | ab249df8a0c984d602892178dca4291d7586afb2 (diff) | |
download | freebsd-ports-gnome-1a66722124ad3352aed537487800fd4e761e1352.tar.gz freebsd-ports-gnome-1a66722124ad3352aed537487800fd4e761e1352.tar.zst freebsd-ports-gnome-1a66722124ad3352aed537487800fd4e761e1352.zip |
Enable CUPS support for default
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index 72abc5d6a217..11c71d6d6909 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-3/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" |