pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cutter cutter: remove default-off goffice option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1da9c3427541
branches:  trunk
changeset: 389505:1da9c3427541
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 04 23:06:49 2022 +0000

description:
cutter: remove default-off goffice option

diffstat:

 devel/cutter/options.mk |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r a9eea7e36d0f -r 1da9c3427541 devel/cutter/options.mk
--- a/devel/cutter/options.mk   Sun Dec 04 22:44:43 2022 +0000
+++ b/devel/cutter/options.mk   Sun Dec 04 23:06:49 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2019/11/03 10:39:09 rillig Exp $
+# $NetBSD: options.mk,v 1.6 2022/12/04 23:06:49 wiz Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cutter
-PKG_SUPPORTED_OPTIONS= goffice gstreamer gtk2 libsoup pdf
+PKG_SUPPORTED_OPTIONS= gstreamer gtk2 libsoup pdf
 PKG_SUGGESTED_OPTIONS= #
 
 .include "../../mk/bsd.options.mk"
@@ -20,14 +20,14 @@
 ###
 ### goffice support
 ###
-.if !empty(PKG_OPTIONS:Mgoffice)
-.include "../../misc/goffice0.8/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-goffice
-PLIST.gtk=             yes
-PLIST.pdf=             yes
-.else
-CONFIGURE_ARGS+=       --disable-goffice
-.endif
+#.if !empty(PKG_OPTIONS:Mgoffice)
+#.include "../../misc/goffice0.8/buildlink3.mk"
+#CONFIGURE_ARGS+=      --enable-goffice
+#PLIST.gtk=            yes
+#PLIST.pdf=            yes
+#.else
+#CONFIGURE_ARGS+=      --disable-goffice
+#.endif
 
 ###
 ### gstreamer support



Home | Main Index | Thread Index | Old Index