diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-30 22:14:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-30 22:14:59 +0000 |
commit | 1446608ec7d77c3b6208b159208122f133264296 (patch) | |
tree | 9ab4742a7b293d0e842f9fbb4a15e0ada0fd96c5 /security/pear-Horde_Crypt | |
parent | e5ae27c5a874f2bc0062bb654e88cefd61d84eca (diff) | |
download | ports-1446608ec7d77c3b6208b159208122f133264296.tar.gz ports-1446608ec7d77c3b6208b159208122f133264296.zip |
Notes
Diffstat (limited to 'security/pear-Horde_Crypt')
-rw-r--r-- | security/pear-Horde_Crypt/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/pear-Horde_Crypt/Makefile b/security/pear-Horde_Crypt/Makefile index b3f114c4d512..4816980c197e 100644 --- a/security/pear-Horde_Crypt/Makefile +++ b/security/pear-Horde_Crypt/Makefile @@ -12,6 +12,7 @@ COMMENT= Horde Cryptography API OPTIONS_DEFINE= BCMATH BCMATH_DESC= Depend on bcmath PHP extension +USES= horde USE_HORDE_RUN= Horde_Exception \ Horde_Mime \ Horde_Stream_Filter \ @@ -19,11 +20,6 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Util USE_PHP= hash openssl -.include <bsd.port.pre.mk> +BCMATH_USE= PHP=bcmath -.if ${PORT_OPTIONS:MBCMATH} -USE_PHP+= bcmath -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |