aboutsummaryrefslogtreecommitdiff
path: root/security/base/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-16 12:10:36 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-16 12:10:36 +0000
commitf3875bbbe23f4003ae0e327ce3a24dff89f91246 (patch)
treee1ce62db2a10f807bf9bb1d60b96d360939889fc /security/base/files
parent5b2dded8cd50917c5908677d4dcf4230aca5f43a (diff)
downloadports-f3875bbbe23f4003ae0e327ce3a24dff89f91246.tar.gz
ports-f3875bbbe23f4003ae0e327ce3a24dff89f91246.zip
Notes
Diffstat (limited to 'security/base/files')
-rw-r--r--security/base/files/pkg-message.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/base/files/pkg-message.in b/security/base/files/pkg-message.in
index f15c1d0d9e4b..c729bf48a5bd 100644
--- a/security/base/files/pkg-message.in
+++ b/security/base/files/pkg-message.in
@@ -16,6 +16,11 @@ the following to your Apache configuration file:
In order for the graphing functions to work in BASE, make sure you
include PEAR in your %%LOCALBASE%%/etc/php.ini configuration file, like:
- include_path = ".:%%PREFIX%%/share/pear"
+ include_path = ".:%%LOCALBASE%%/share/pear"
+
+If you built BASE with PDF support, make sure you include the FPDF
+path in your %%LOCALBASE%%/etc/php.ini configuration file, like:
+
+ include_path = ".:%%LOCALBASE%%/share/pear:%%LOCALBASE%%/share/fpdf"
========================================================================