aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_RSA
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 11:15:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 11:15:53 +0000
commitb67bcd423b39aa9cae20f76a56a02c621aa3f295 (patch)
treef7359dd61a615ee63f07b752d7d286b4e4134527 /security/pear-Crypt_RSA
parent80e8e5525725f4d5d4b526dd3707f4e5fff1e84c (diff)
downloadports-b67bcd423b39aa9cae20f76a56a02c621aa3f295.tar.gz
ports-b67bcd423b39aa9cae20f76a56a02c621aa3f295.zip
Notes
Diffstat (limited to 'security/pear-Crypt_RSA')
-rw-r--r--security/pear-Crypt_RSA/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Crypt_RSA/Makefile b/security/pear-Crypt_RSA/Makefile
index b07fc70b97cb..255587711304 100644
--- a/security/pear-Crypt_RSA/Makefile
+++ b/security/pear-Crypt_RSA/Makefile
@@ -24,7 +24,7 @@ PEAR_AUTOINSTALL= yes
.for opt in BCMATH GMP
. if ${PORT_OPTIONS:M${opt}}
-USE_PHP+= ${opt:L}
+USE_PHP+= ${opt:tl}
. endif
.endfor