diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-25 13:35:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-25 13:35:42 +0000 |
commit | a976c75dcaef2aa9c10096a8077ce2229cffdbab (patch) | |
tree | c0c692965057b4e861268cc3690a38203a1f17d7 /security/hpenc | |
parent | e8902db811279dc50f4dbd3abf7413a5ca6e9cd2 (diff) | |
download | ports-a976c75dcaef2aa9c10096a8077ce2229cffdbab.tar.gz ports-a976c75dcaef2aa9c10096a8077ce2229cffdbab.zip |
Notes
Diffstat (limited to 'security/hpenc')
-rw-r--r-- | security/hpenc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile index 15b2b22c79e6..a48ec8048985 100644 --- a/security/hpenc/Makefile +++ b/security/hpenc/Makefile @@ -11,6 +11,8 @@ COMMENT= Fast authenticated encryption CLI tool LICENSE= BSD2CLAUSE +BROKEN_FreeBSD_9= does not build + USES= tar:xz compiler:c++11-lib gmake USE_OPENSSL= yes PLIST_FILES= bin/hpenc man/man1/hpenc.1.gz |