diff options
Diffstat (limited to 'security/pear-Horde_Crypt/Makefile')
-rw-r--r-- | security/pear-Horde_Crypt/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/pear-Horde_Crypt/Makefile b/security/pear-Horde_Crypt/Makefile index b3f114c4d512..1e026e4400e6 100644 --- a/security/pear-Horde_Crypt/Makefile +++ b/security/pear-Horde_Crypt/Makefile @@ -19,11 +19,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> |