summaryrefslogtreecommitdiff
path: root/dev-libs/apr/apr-1.6.5-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/apr/apr-1.6.5-r1.ebuild')
-rw-r--r--dev-libs/apr/apr-1.6.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/apr/apr-1.6.5-r1.ebuild b/dev-libs/apr/apr-1.6.5-r1.ebuild
index 6c6e45c005e6..2e6c0d4627e7 100644
--- a/dev-libs/apr/apr-1.6.5-r1.ebuild
+++ b/dev-libs/apr/apr-1.6.5-r1.ebuild
@@ -87,7 +87,7 @@ src_configure() {
if use urandom; then
myconf+=( --with-devrandom=/dev/urandom )
elif (( ${CHOST#*-hpux11.} <= 11 )); then
- : # no /dev/*random on hpux11.11 and before, $PN detects this.
+ : # no /dev/*random on hpux11.11 and before, ${PN} detects this.
else
myconf+=( --with-devrandom=/dev/random )
fi