this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25747 from jmid/conf-ghostscript-fix

conf-ghostscript: fix package name on FreeBSD

authored by

Marcello Seri and committed by
GitHub
bb301cfb 1203a624

+2 -1
+2 -1
packages/conf-ghostscript/conf-ghostscript.1/opam
··· 15 15 ["ghostscript"] {os-family = "alpine"} 16 16 ["ghostscript"] {os-family = "suse" | os-family = "opensuse"} 17 17 ["ghostscript"] {os-family = "arch"} 18 - ["ghostscript"] {os = "freebsd"} 18 + ["ghostscript10"] {os = "freebsd" & os-version >= "13"} 19 + ["ghostscript"] {os = "freebsd" & os-version < "13"} 19 20 ["ghostscript"] {os-distribution = "homebrew" & os = "macos"} 20 21 ["ghostscript"] {os-distribution = "macports" & os = "macos"} 21 22 ]