diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /devel/papi | |
parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) |
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes:
svn path=/head/; revision=508835
Diffstat (limited to 'devel/papi')
-rw-r--r-- | devel/papi/pkg-message | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/papi/pkg-message b/devel/papi/pkg-message index 441d4f2d21fa..f7cba7768dad 100644 --- a/devel/papi/pkg-message +++ b/devel/papi/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM In order to get PAPI working on this machine you must setup a kernel with * options HWPMC_HOOKS @@ -9,3 +12,6 @@ Or load hwpmc module manually: Additionally, for i386 systems you need: * device apic +EOM +} +] |