Skip to content

Commit 5a84d84

Browse files
authored
Merge pull request ocaml#28110 from mseri/fix-conf-plplot
Add macports to conf-plplot
2 parents 4e773d2 + f5c2625 commit 5a84d84

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-plplot/conf-plplot.1

1 file changed

+1
-1
lines changed

packages/conf-plplot/conf-plplot.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
depexts: [
1212
["libplplot-dev" "libshp-dev"] {os-family = "debian"}
1313
["libplplot-dev" "libshp-dev"] {os-family = "ubuntu"}
14-
["plplot"] {os = "macos" & os-distribution = "homebrew"}
14+
["plplot"] {os = "macos" & (os-distribution = "homebrew" | os-distribution = "macports")}
1515
["plplot-devel"] {os-family = "rhel"}
1616
["plplot-devel"] {os-family = "fedora"}
1717
["plplot-devel"] {os-family = "suse" | os-family = "opensuse"}

0 commit comments

Comments
 (0)