diff options
author | wiz <wiz@pkgsrc.org> | 2022-12-04 23:06:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-12-04 23:06:49 +0000 |
commit | 6ba93931a4d2fff23798ff7499c4a356abd3c762 (patch) | |
tree | ffc689aaceb63af880af4edb3e0cb94c84d5cb24 | |
parent | 24351d692d29d251fd4da45fd7602ed62b34acc2 (diff) | |
download | pkgsrc-6ba93931a4d2fff23798ff7499c4a356abd3c762.tar.gz |
cutter: remove default-off goffice option
-rw-r--r-- | devel/cutter/options.mk | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/cutter/options.mk b/devel/cutter/options.mk index 392aa5bb596..f35ae6310db 100644 --- a/devel/cutter/options.mk +++ b/devel/cutter/options.mk @@ -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 |