diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-16 08:47:11 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-16 08:47:11 +0000 |
commit | 950125273da23241cc3df4e246565e28f97cbd8f (patch) | |
tree | 4c4e6ee133f4904d5247a9b5f206010af442a702 | |
parent | b5303c38a9f8aec98ac7dd0db71fb4bcec0ef228 (diff) | |
download | pkgsrc-950125273da23241cc3df4e246565e28f97cbd8f.tar.gz |
Fix PLIST for SunOS/x86_64
-rw-r--r-- | security/botan/PLIST.SunOS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/botan/PLIST.SunOS b/security/botan/PLIST.SunOS index 4d9f5ace2cf..eabf6bf75dc 100644 --- a/security/botan/PLIST.SunOS +++ b/security/botan/PLIST.SunOS @@ -1,3 +1,7 @@ -@comment $NetBSD: PLIST.SunOS,v 1.1 2012/03/13 08:01:01 fhajny Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.2 2014/09/16 08:47:11 jperkin Exp $ include/botan/asm_macr.h +${PLIST.x86_64}include/botan/eng_amd64.h +${PLIST.x86_64}include/botan/eng_sse2.h include/botan/es_ftw.h +${PLIST.x86_64}include/botan/sha1_amd64.h +${PLIST.x86_64}include/botan/sha1_sse2.h |