diff options
author | arrowd <arrowd@FreeBSD.org> | 2019-05-10 01:31:06 +0800 |
---|---|---|
committer | arrowd <arrowd@FreeBSD.org> | 2019-05-10 01:31:06 +0800 |
commit | 5481983ba3418f5233f379c2b09733e26b4825c6 (patch) | |
tree | e898f50a11d401117e553c1de8630bfb0463ff0b /math/Makefile | |
parent | 53b6a1e3693a4dfc3129bd0f0622a859e1044298 (diff) | |
download | freebsd-ports-gnome-5481983ba3418f5233f379c2b09733e26b4825c6.tar.gz freebsd-ports-gnome-5481983ba3418f5233f379c2b09733e26b4825c6.tar.zst freebsd-ports-gnome-5481983ba3418f5233f379c2b09733e26b4825c6.zip |
Restore some Haskell libraries. These are still required to build x11/hs-xmonad.
Reported by: antoine
Approved by: tcberner (mentor)
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 557c040c877f..5d5153b91899 100644 --- a/math/Makefile +++ b/math/Makefile @@ -273,6 +273,7 @@ SUBDIR += hipmcl SUBDIR += hmat-oss SUBDIR += hs-Agda + SUBDIR += hs-semigroups SUBDIR += ignition-math SUBDIR += igraph SUBDIR += intervaltree |