diff options
author | hira <hira@pkgsrc.org> | 2007-02-28 13:01:55 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-02-28 13:01:55 +0000 |
commit | 6a3288a5c777fb1394cef6eb5812cdeb58505a16 (patch) | |
tree | 87307d3dcdb4f00bf992097aa1af6bbb201787cd /misc | |
parent | d4c84febfd0e54e5fc8fe61df6afd033e7456036 (diff) | |
download | pkgsrc-6a3288a5c777fb1394cef6eb5812cdeb58505a16.tar.gz |
Fix typo in cups option.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice2/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice2/options.mk b/misc/openoffice2/options.mk index f0ad4a6961e..f309c366fe0 100644 --- a/misc/openoffice2/options.mk +++ b/misc/openoffice2/options.mk @@ -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 @@ CONFIGURE_ARGS+= --with-system-mozilla .endif # Not tested. -.if !empty(PKG_OPTIONS.Mcups) +.if !empty(PKG_OPTIONS:Mcups) .include "../../print/cups/buildlink3.mk" CONFIGURE_ARGS+= --enable-cups .else |