diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 11:58:47 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 11:58:47 +0800 |
commit | 3b1ff187f4d1844dda375638342a5e6e11a543b5 (patch) | |
tree | 22447cc9f5c90d25d6b00f44d77dfcc0631e3d2a /security | |
parent | 33a1c27cf740c200c7400411b77ca34e1d852ff9 (diff) | |
download | freebsd-ports-gnome-3b1ff187f4d1844dda375638342a5e6e11a543b5.tar.gz freebsd-ports-gnome-3b1ff187f4d1844dda375638342a5e6e11a543b5.tar.zst freebsd-ports-gnome-3b1ff187f4d1844dda375638342a5e6e11a543b5.zip |
- Connect all the previously added hs- ports to the build
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 2cb2a2d9c4f7..1df8401cd0be 100644 --- a/security/Makefile +++ b/security/Makefile @@ -186,7 +186,16 @@ SUBDIR += hotssh SUBDIR += hs-Crypto SUBDIR += hs-SHA + SUBDIR += hs-clientsession + SUBDIR += hs-cprng-aes + SUBDIR += hs-crypto-api + SUBDIR += hs-crypto-pubkey-types + SUBDIR += hs-cryptocipher + SUBDIR += hs-cryptohash SUBDIR += hs-digest + SUBDIR += hs-entropy + SUBDIR += hs-pwstore-fast + SUBDIR += hs-skein SUBDIR += httprint SUBDIR += hunch SUBDIR += hydra |