CVS commit: pkgsrc/graphics/geeqie
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Sun Aug 9 18:00:15 UTC 2026 Modified Files: pkgsrc/graphics/geeqie: options.mk Log Message: geeqie: add libspelling option To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/geeqie/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.1 KB)
Modified files: Index: pkgsrc/graphics/geeqie/options.mk diff -u pkgsrc/graphics/geeqie/options.mk:1.13 pkgsrc/graphics/geeqie/options.mk:1.14 --- pkgsrc/graphics/geeqie/options.mk:1.13 Sun Aug 9 17:28:28 2026 +++ pkgsrc/graphics/geeqie/options.mk Sun Aug 9 18:00:15 2026 @@ -1,13 +1,11 @@ -# $NetBSD: options.mk,v 1.13 2026/08/09 17:28:28 wiz Exp $ +# $NetBSD: options.mk,v 1.14 2026/08/09 18:00:15 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.geeqie -PKG_SUPPORTED_OPTIONS= libarchive libraw libshumate libwebp pdf +PKG_SUPPORTED_OPTIONS= libarchive libraw libshumate libspelling libwebp pdf PKG_SUGGESTED_OPTIONS= # none .include "../../mk/bsd.options.mk" -# TODO libspelling option, when package exists - .if !empty(PKG_OPTIONS:Mlibarchive) .include "../../archivers/libarchive/buildlink3.mk" .endif @@ -20,6 +18,10 @@ PKG_SUGGESTED_OPTIONS= # none .include "../../geography/libshumate/buildlink3.mk" .endif +.if !empty(PKG_OPTIONS:Mlibspelling) +.include "../../textproc/libspelling/buildlink3.mk" +.endif + .if !empty(PKG_OPTIONS:Mlibwebp) .include "../../graphics/libwebp/buildlink3.mk" .endif