pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cutter
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 4 23:06:49 UTC 2022
Modified Files:
pkgsrc/devel/cutter: options.mk
Log Message:
cutter: remove default-off goffice option
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/cutter/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cutter/options.mk
diff -u pkgsrc/devel/cutter/options.mk:1.5 pkgsrc/devel/cutter/options.mk:1.6
--- pkgsrc/devel/cutter/options.mk:1.5 Sun Nov 3 10:39:09 2019
+++ pkgsrc/devel/cutter/options.mk Sun Dec 4 23:06:49 2022
@@ -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 @@ PLIST.pdf= yes
###
### 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