pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice2 Fix typo in cups option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a2b38059323
branches:  trunk
changeset: 526072:1a2b38059323
user:      hira <hira%pkgsrc.org@localhost>
date:      Wed Feb 28 13:01:55 2007 +0000

description:
Fix typo in cups option.

diffstat:

 misc/openoffice2/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e2ba8ca5fdd2 -r 1a2b38059323 misc/openoffice2/options.mk
--- a/misc/openoffice2/options.mk       Wed Feb 28 12:37:07 2007 +0000
+++ b/misc/openoffice2/options.mk       Wed Feb 28 13:01:55 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/02/27 20:26:26 hira Exp $
+# $NetBSD: options.mk,v 1.3 2007/02/28 13:01:55 hira Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.openoffice2
 PKG_SUPPORTED_OPTIONS=         cups gnome-vfs2 # kde gtk2
@@ -41,7 +41,7 @@
 .endif
 
 # Not tested.
-.if !empty(PKG_OPTIONS.Mcups)
+.if !empty(PKG_OPTIONS:Mcups)
 .include "../../print/cups/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-cups
 .else



Home | Main Index | Thread Index | Old Index